922 Commits

Author SHA1 Message Date
onli
b55689ebf4 Fix plugincontrols in no-js mode 2014-01-20 21:28:20 +01:00
onli
b6fe9892c7 Fix subcategory button 2014-01-19 21:39:47 +01:00
onli
0f36373920 Intorduce simpleFilters setting
Replaces SimpleImageFilters with a personal setting, covers image filters and the simpler entry edit overview
2014-01-19 19:31:45 +01:00
onli
428ef88fce Subcategory button for image dirs + minor 2014-01-19 19:07:02 +01:00
onli
62ba209e52 No categories with the same name 2014-01-19 18:44:44 +01:00
onli
36025ee6ba subfolder creation button for category list 2014-01-19 18:23:42 +01:00
onli
82a0d1f4bb back button for image properties
not so easy, as it should not be shown after uploading
2014-01-19 17:33:52 +01:00
onli
ee3ea72208 Introduce Maintenance menu
Containing all the small action menu-items that were in the main navigation menu, like verify installation
2014-01-19 13:19:30 +01:00
onli
94f1198fe3 Add option to simplify image filters
Default on (at least for the test), needs new language constants
2014-01-19 01:48:42 +01:00
onli
53d967abce upload: hide ML when editing properties
forgot the real fix in commit b41b711
2014-01-19 00:28:07 +01:00
onli
b41b71169f upload: hide ML when editing properties 2014-01-19 00:17:57 +01:00
onli
2d2d3822d7 enable moderate in dashboard
The token was missing, as the variable was renamed for the preview-url, where it was missing before
2014-01-18 23:27:42 +01:00
onli
2dcee8eae1 fix entry view link after edits 2014-01-18 23:19:18 +01:00
Ian
29649a7d79 ML - exclude possible thumbs.db files 2013-12-25 16:42:03 +01:00
Garvin Hicking
b512c16c7d Patch for APC compatibility, relative paths are bad for stat=0 config.
Thanks to absynth.
2013-12-16 23:24:56 +01:00
Matthias Mees
8151645882 Don't emit comments, trackbacks or comment form in backend preview.
Fix by @onli. References #62
2013-10-10 15:58:55 +02:00
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
915c5f6531 Fix possible temporary caching errors failing $eventData[0]['properties'] 2013-10-01 19:03:12 +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
42ca45db68 Fix //-errors in feed
See http://board.s9y.org/viewtopic.php?f=10&t=19485 - needs testing, I only tested that on localhost with / as relative path
2013-10-01 01:15:53 +02:00
Ian
474953daa5 try to fix - draft preview non-object error
Draft previews threw:
Fatal error: Call to a member function assignByRef() on a non-object in /fullpath/include/functions_entries.inc.php on line 1235, which is the $serendipity['smarty']->assignByRef('entries', $dategroup); line.

Please double check if that is gone now.
2013-09-21 14:30:53 +02:00
Ian
081fff5e0a ML - exclude frontpage extensions _vti_cnf dir on windows servers 2013-09-19 15:27:43 +02:00
Ian
3e79c6d06b Fixed pagination when searching terms with fetchlimit < 4 2013-09-01 14:10:23 +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
6772775696 thumbnail fix when w/o extension
serendipity_getThumbNailPath added an unnecessary dot, breaking thumbnail when using the fullsize image
2013-08-18 23:20:17 +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
onli
5b2f73f74b zenddb-layer (inactive) 2013-08-18 12:48:47 +02:00
Garvin Hicking
526e1d2869 upport 2013-08-16 14:58:51 +02:00
Garvin Hicking
17aae92f7f upport 2013-08-15 15:30:56 +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
Ian
bfc333624d upport db fix 2013-07-26 20:49:38 +02:00
Matthias Gutjahr
c9e9d93f92 Added fix for comment_author_self (cp. http://board.s9y.org/viewtopic.php?f=10&t=19115) 2013-07-26 12:43:09 +02:00
onli
068767c80d Load ckeditor for html-nugget (#27)
Need still to be tested and adapted for other editors
2013-07-23 23:30:02 +02:00
Garvin Hicking
c5708f746c Added new event hooks for plugin and template installation/update 2013-07-23 09:46:44 +02:00
Garvin Hicking
e72aa19280 upport 2013-07-23 09:34:12 +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
8f42e2346c fix double var 2013-07-10 13:52:36 +02:00
onli
94881ba4c0 Make imagemagick use the real size
See http://board.s9y.org/viewtopic.php?f=3&t=19427
2013-07-10 13:35:08 +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