396 Commits

Author SHA1 Message Date
onli
daa3afe812 Fix drag'n drop in plugin configs
As discussed in #65. Uses a simpler approach to detect the order of the items and their activation at the same time
2013-10-09 16:43:15 +02:00
Ian
0b1aeddc31 Automatic upgrade removal of old Smarty2 files (2.0-alpha2) 2013-10-01 18:58:56 +02:00
onli
eadc5bc027 Add expand to dashboard-comment
temporary, to be replaced with a nice solution, same like for the normal comment view
2013-10-01 01:57:42 +02:00
onli
2384f56ec0 personal settings autocomplete fix 2013-08-19 02:25:53 +02:00
onli
b0c407d4c3 extension fix for resizing 2013-08-18 23:28:15 +02:00
onli
f1343f95f1 GET menu for new groups/users 2013-08-18 20:45:38 +02:00
onli
a5ca5718b4 non-error-msg for comments 2013-08-18 19:03:19 +02:00
Ian
1b06ae8c30 upport d080d7e 2013-08-11 15:51:43 +02:00
Ian
2b71d7f814 upport 592ed17007899c80899a6a776607e613c20a8819
fixed $serendipity['baseurl'] → $serendipity['baseURL']
Maybe this was the real issue!!! Anything to revert?
2013-08-10 15:48:56 +02:00
Garvin Hicking
c5708f746c Added new event hooks for plugin and template installation/update 2013-07-23 09:46:44 +02:00
onli
731b044d50 Drop use of serendipity_admin_image_selector.php
Enhance admin/images.inc.tpl instead. Gets rid of the fieldset-construct (#30)
2013-07-23 03:06:27 +02:00
onli
b2bcd08c99 rework spamblock action buttons
anchor workaround and restored event order, should fix #24
2013-07-21 01:00:15 +02:00
onli
379b9255b2 Comment reply in backend as modal
Removes the alert dialogue also from the normal popup
2013-07-20 22:47:54 +02:00
Matthias Gutjahr
2e060c3e5f Added userlevel name in user admin section of backend (#28) 2013-07-20 20:43:55 +02:00
Ian
1f17c35656 upport upgrade notes and News 2013-07-16 15:28:31 +02:00
onli
1a829d5273 dashboard: fix entries-box 2013-07-08 10:43:54 +02:00
onli
71c986ed29 dashboard: don't die when no entries exist 2013-07-07 23:04:19 +02:00
onli
a4ec72dbd4 Dashboard: Also show drafts 2013-07-07 20:42:20 +02:00
onli
8f3b3fabaa dashboard: fix commentlink 2013-07-07 19:14:07 +02:00
onli
d80a8334c8 Use return instead of echo in the remaining core
Debug-messages still may use echo, and some functions in functions_image and trackback still use it to generate progress messages, which should get cleaned up as well but is not that urgent
2013-07-05 19:16:11 +02:00
onli
145ced3ea9 remove image editor from core 2013-07-04 20:25:21 +02:00
onli
36aee4324c fix last page of the installer 2013-06-27 23:15:03 +02:00
Matthias Mees
3c3369f64b Markup maintenance. 2013-06-24 16:08:26 +02:00
onli
ea317649ac Use bigger previews in template list
TODO: Generate real previews instead of downscaling the bigger ones, Cleanup inline css
2013-06-23 21:38:23 +02:00
onli
9a989dddb3 Remove Advanced-JS option 2013-06-23 20:12:06 +02:00
onli
ae2ff8a3b2 fix missing import-inputs 2013-06-23 19:54:42 +02:00
onli
80a34b036d Implement Dashboard into the core
Update-Notifier, future Entries, new comments so far
2013-06-23 19:47:14 +02:00
onli
cbe07715fd use include_once 2013-06-21 18:11:03 +02:00
onli
342d8676bf show_plugin_config: use return instead of echo 2013-06-21 12:28:43 +02:00
onli
02d4df2a02 Move internal plugins into plugin-folder
Stepping stone to later use spartacus for all of them. Will break installed plugins
2013-06-16 19:39:44 +02:00
onli
43a8bb9a39 smartify placement of entryeditor page elements 2013-06-14 23:26:49 +02:00
onli
4927f38429 {} shows the amount of available entries in the entry-list 2013-06-09 17:57:56 +02:00
onli
6413493e9d Admin-entrylist: give to smarty 2013-06-09 17:19:09 +02:00
Garvin Hicking
451601348a upport 2013-06-09 13:40:10 +02:00
onli
ad98a01899 cleanup of images.inc.php 2013-06-08 12:24:46 +02:00
onli
3472e11ef8 Include SetCookie-calls into entries.tpl, first cleanup of admin/entries.inc.php
Instead of using serendipity_JSsetCookie, and using .ready
2013-06-07 17:45:20 +02:00
onli
9944effb93 Further smartify installer
by placing the code of serendipity_admin.php into installer.inc.tpl. Also removes php-fallback.
2013-06-04 18:15:25 +02:00
onli
2911e71bc6 Moved theme-settings to own page 2013-05-30 22:56:40 +02:00
onli
ae74401668 2k11 is default template, included admin-tpls, and made it installable 2013-05-30 22:19:07 +02:00
Matthias Mees
b2ca3ef066 Include admin_scripts.js in serendipity_editor.js.tpl.
Also update redundant references in .tpl files.
2013-05-30 19:06:10 +02:00
Matthias Mees
69e8f8e050 Remove redundant serendipity_editor.js references.
Since we're now including serendipity_editor.js in the index.tpl,
there's no need to load it in the body in various .tpl files any
longer.
2013-05-30 18:01:44 +02:00
Matthias Mees
5058866698 Include image_selector.js in serendipity_editor.js.tpl. 2013-05-30 17:28:46 +02:00
Matthias Mees
3e536dd4a8 Move backend jQuery plugins to dedicated subdirectory.
From now on, we'll keep jQuery plugins required by the backend in
/templates/2k11/admin/js/ (as well as other vendor JS like e.g.
Modernizr).
2013-05-30 17:15:54 +02:00
onli
85c20f7b4b add autoscroll to plugins 2013-05-30 16:52:51 +02:00
onli
e4f3365414 typo 2013-05-30 16:51:01 +02:00
onli
a56b5382e1 removed TEMPLATE_SWITCH 2013-05-27 21:06:52 +02:00
Matthias Mees
9f59ab6081 Use smartified serendipity_editor.js. 2013-05-27 17:23:49 +02:00
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