905 Commits

Author SHA1 Message Date
Matthias Mees
e3d4841808 Equal heights for template selection. 2013-05-27 12:30:01 +02:00
Matthias Mees
2ae8c3dca5 Move drag 'n' drop styles to admin stylesheet.
References #6b49f49
2013-05-27 11:24:42 +02:00
onli
6b49f49ba0 ported plugin drag&drop to jquery 2013-05-24 20:40:39 +02:00
Ian
48750943db upport 7fb6b5a
serendipity_emit_htmlarea_code() does not need to return true which can note badly as 1 in 'backend_wysiwyg' hooks
2013-05-08 21:14:16 +03:00
Garvin Hicking
5ec7481030 Port of patch #16 to 2.0 2013-05-06 09:47:19 +02:00
Garvin Hicking
f31800fad9 merged pull #15 2013-04-29 13:34:36 +02:00
Ian
4a317336fe upport 1b53092a21 exception tuning
mainly this was introduced to seperate db connect errors from tracing, while these errors carried security data in thrown trace path
2013-04-08 20:08:35 +03:00
Ian
db3ea84b02 Update upgrader.inc.php
fixed upgrader typo
2013-03-21 17:33:09 +01:00
onli
88bb8e0920 removed unused register_handle (alternative poc) 2013-03-06 20:44:11 +01:00
onli
0cd974fa6d proof-of-concept .js.tpl: Added fallback for serendipity_editor.js.tpl as serendipity_editor.js to default-template, and changed serendipity_get_file to react to .js.tpl-files in template-directories 2013-03-06 14:55:21 +01:00
onli
e1526d87b8 added serendipity_smart_show-function to core, as it was used in multiple places like plugins and templates 2013-03-06 14:52:36 +01:00
onli
581bcfe066 proof of concept: include serendipity_editor.js from a serendipity_editor.js.tpl out of the template-directory. Breaks comment-page in backend for templates other than 2k11 2013-03-04 16:35:52 +01:00
onli
efbe7a8fb3 removed (broken) browser-sniffing in php-code to emit targeted non-wysiwyg-buttons further 2013-02-24 19:22:37 +01:00
onli
fb2abdbe1e removed (broken) browser-sniffing in php-code to emit targeted non-wysiwyg-buttons 2013-02-24 19:19:39 +01:00
Ian
b4b3541088 Update include/admin/groups.inc.php
stick to constant string and revert 5c3b2d3
2013-02-20 17:16:55 +01:00
Matthias Mees
4d144a10b1 Minor layout fixes for data import. 2013-02-18 19:34:02 +01:00
Matthias Mees
5e0c752f37 Various minor layout fixes. 2013-02-18 19:17:36 +01:00
Matthias Mees
2de81f9d1f Fixed layout for editing categories. 2013-02-18 18:22:00 +01:00
Matthias Mees
25c8884db9 More layout fixes for plugin configuration, especially groups. 2013-02-18 17:43:12 +01:00
Matthias Mees
0ec5a237dd Layout fixes for plugin configuration. 2013-02-18 17:24:57 +01:00
Matthias Mees
b93a9b37ca Removed previously commented, potentially harmful code. 2013-02-18 15:32:29 +01:00
Ian
5c3b2d3591 Update include/admin/groups.inc.php
fixed display group name

analog to 412359adf79d48dbdbd4c014cc43ab07ff32944d
2013-02-18 14:59:05 +01:00
Matthias Mees
5344f90338 Proper layout for editing users. 2013-02-18 14:47:16 +01:00
Matthias Mees
991266a50c Proper error messages, layout and button states for rebuilding thumbs. 2013-02-18 14:28:14 +01:00
Matthias Mees
cc0c879538 Fixed display of resize preview & resize form layout. 2013-02-18 14:18:10 +01:00
Matthias Mees
bd3a260096 UI consistency: tweaked some buttons to reflect button state. 2013-02-18 13:57:12 +01:00
Matthias Mees
d8ebb6163a Ported code by @onli to emit nested media db directories. Yay. 2013-02-18 13:21:10 +01:00
Matthias Mees
5dddaeb89d Proper styling for plugin installation. 2013-02-18 12:57:59 +01:00
Matthias Mees
8c4f470d16 Amended comment to reflect it's not a tpl error but a bug. 2013-02-18 12:25:46 +01:00
Matthias Mees
11b9c86ad0 Commented something out which disrupts backend layout.
The phrase 'userid: ' plus the actual user id is being emitted at
a somewhat arbitrary positon in the backend when editing a user.
If this actually serves a purpose, I'm happy to add it back, but
it doesn't seem to …
2013-02-18 12:11:54 +01:00
Matthias Mees
d4a2633699 Minor fixes to comments list. 2013-02-14 13:34:03 +01:00
Ian
ec83606bf1 debug_backtrace >= php 5.3.6 only 2013-02-12 09:26:31 +01:00
Matthias Mees
976cff1783 Fix for dropping floats in template info. 2013-02-11 10:57:46 +01:00
Garvin Hicking
19dad1f586 escape more 2013-02-08 08:38:48 +01:00
Garvin Hicking
63ba9b0431 escape hotlinked image 2013-02-08 08:29:48 +01:00
Matthias Mees
f65fe67d86 Properly nested, zebra-striped categories list. (Almost. Best possible solution.) 2013-02-08 03:06:08 +01:00
onli
94df72ed99 last li-child of complete category-list didn't get closed 2013-02-07 20:34:51 +01:00
onli
80b4fa8a6e last li-child in nested category-list didn't get closed 2013-02-07 20:32:50 +01:00
onli
8d1db9572f output categories as nested lists, following https://gist.github.com/yellowled/4731544 2013-02-07 19:24:22 +01:00
Matthias Mees
fdbed20394 Proper headline for edit entries section. 2013-02-07 14:10:59 +01:00
Matthias Mees
203fe955aa Added more proper headlines for markup/layout consistency. 2013-02-07 13:34:41 +01:00
Garvin Hicking
e50879f5a3 upport 2013-02-07 12:39:44 +01:00
Ian
8c1adf2189 typo 2013-02-07 12:34:44 +01:00
Ian
119f64c25c reset verbosity in testing environments back to original intention
and be more strict to $serendipity['production']
2013-02-07 12:34:19 +01:00
Matthias Mees
6d0bcb46ae Added some missing #content headlines to straighten out layout in media library. 2013-02-06 23:27:55 +01:00
Matthias Mees
00fd4ccebc Added some missing #content headlines to straighten out layout. 2013-02-06 23:16:34 +01:00
Matthias Mees
858066dc20 I guess 'delete' should resemble 'cancel' here. 2013-02-06 19:03:05 +01:00
Matthias Mees
0f8ce8dba1 Seems like we missed the .form_int class. Should be .form_field as well. 2013-02-06 18:30:12 +01:00
Matthias Mees
92b2486dab More submit/cancel states for buttons and buttonized links. Maybe even all of them? 2013-02-06 17:32:06 +01:00
Matthias Mees
9348064432 Finalizing what @onli prepped for proper radio element markup. Hooray. 2013-02-06 15:51:19 +01:00