1498 Commits

Author SHA1 Message Date
Ian
7c21de8aa8 Allow bulk move ML items to Uploads Root too
Fixes many issues like for renaming files and subdir handling, database placements and other issues.
Structures case DIR, FILE and FILE vars for renaming, moving, select and replace.
Touches directoryEdit and mediaproperties related boundaries.
Adds better event messages, which fixes $ob_serendipity_moveMediaDirectory.
Extends and fixes media_items realname issues and changes the length of the item title to be as long as possible.
Added new constants to be executed to the lang files in near future, when some follow up commits have been added.
2015-10-05 18:19:09 +02:00
Ian
d7b1e7d23d minor whitespace and code cleanup
and a small github docnote fix
and added a todo for transforming a filename into a valid  upload path
2015-09-30 11:22:37 +02:00
Ian
9e49ecc8c3 remove to API 2015-09-23 17:49:23 +02:00
Ian
d9b48b8efe remove param $messages from showMediaLibrary
plus minors in prep for rename / bulkmove enhancement
2015-09-23 17:37:53 +02:00
Ian
e1402db6cc remove trailing ampersand
plus minors in prep for bulkmove / rename enhancement
2015-09-23 17:21:38 +02:00
onli
4f2ea4de8a Revert "Remove calendar based entry overview"
This reverts commit 405847cac666247a34fb3f6df8d82c3ee8d690f4.
2015-09-23 00:34:07 +02:00
onli
507dc05998 Revert "remove comments by author overview page"
This reverts commit c8b4faf93a9c90a20d3f6615813fe55024b2ace2.
2015-09-23 00:33:33 +02:00
Ian
f63d884cfe upgrader dead files and dirs
Is there more? Please add!
2015-09-05 12:43:39 +02:00
Ian
80716280a8 minors 2015-09-05 12:40:44 +02:00
Ian
44689dead7 fix moving path names and add quickblog entry support
moving ML items now supports changing path in imageselectorplus quickblog entries too
2015-08-29 19:57:18 +02:00
Ian
a8d00a8080 typo 2015-08-29 19:53:50 +02:00
Ian
f85f83c337 move cast 2015-08-29 19:53:38 +02:00
Ian
c80fc3dff8 fix entry replacements on image MOVE
now matches thumbs too and tries to be as strict as possible and necessary fixing any move

Staticpages Dev will be fixed in v.4.51 for SP entries
2015-08-26 20:03:58 +02:00
Ian
300bdd6f5f Allow bulk image MOVE in ML
and give a path information note to the image info layer

References 
2015-08-26 12:22:17 +02:00
Ian
a3c567e864 fix more issues moving images (!)
1st - case 'filedir' moving via image properties missed $renameValues['file'] array $pick
2cd - case 'file' moving mixed up rename() of thumbs completely
3rd - added new success message for case 'filedir' image properties move
4th - fixed markup for some more messages
2015-08-26 11:57:49 +02:00
Ian
13616f49f3 fixed new path on file move 2015-08-25 19:09:02 +02:00
Ian
3da11862c2 fix missing filename on MOVE and set correct icon font name 2015-08-25 18:19:43 +02:00
Ian
df17a410b0 fix eraseEntryEditorCache
remember, this is preview_iframe.tpl updertHooks IFRAME and may not be jQuery based

References 
2015-08-18 11:33:04 +02:00
Ian
ea08cd429a isset and true 2015-08-17 17:26:13 +02:00
Ian
a0527ca81b fix some undefined indexes 2015-08-17 17:19:48 +02:00
Ian
a5d5e7d940 the jquery check does not want to iterate a fallback
References 
2015-08-16 18:32:02 +02:00
Ian
d5eae21a9c suggested fix for the Serendipity fallback chaining
This fixes the plugin tpl fallback for all plugins, already using the parseTemplate() method. All others, which may still follow the themes fallback (like contactform etc), would need to always be part of the user template $serendipity['template'], or be fixed later on.

This also fixes the backend chaining, which now simply follows the force with a possible engine and then uses $serendipity['template_backend'] (2k11), $serendipity['defaultTemplate'] (2k11), 'default'.

As a third, this now uses the correct preview_iframe.tpl file on save and checks for a correct set jquery_backend.js in the user theme $serendipity['template'].

Please double check this approach for cases I did not find yet. Thanks! :)


References 
2015-08-16 18:05:59 +02:00
Ian
8b8dcfd968 minors 2015-08-15 16:44:45 +02:00
Ian
c65c9e786f cleanup 2015-08-07 15:46:36 +02:00
Ian
67bfde277a do not add newline after php closing tag 2015-08-07 15:46:17 +02:00
onli
55ae435c89 remove multi-author option, broken
Probably broken since many many s9y versions, but certainly not working in 2.0
2015-07-26 22:57:29 +02:00
onli
c8b4faf93a remove comments by author overview page
Not used by known themes, not properly documented
2015-07-26 20:10:40 +02:00
onli
d0dc9da015 remove archive permapath
extends 405847cac666247a34fb3f6df8d82c3ee8d690f4
2015-07-26 20:08:32 +02:00
onli
405847cac6 Remove calendar based entry overview
Should be moved to a plugin
2015-07-26 19:48:16 +02:00
onli
7e03be6930 Fix archive page 2015-07-26 19:29:12 +02:00
onli
fd3498a1f8 collect locateHiddenVariables in one function 2015-07-26 19:17:52 +02:00
onli
fcab850687 remove unused pregenerate entry function 2015-07-26 18:37:45 +02:00
onli
6c561a6875 fix multi_cat, remove track_referrer 2015-07-26 18:15:22 +02:00
onli
9173e046e5 start indexCleanup: move code to functions_routing 2015-07-26 17:53:49 +02:00
Garvin Hicking
00be5d7b4c Security fixes from Tim Coen (file upload, comment token escaping, 2k11 js comment name escaping) 2015-07-24 13:27:21 +02:00
Ian
86ab8c62b1 uff 2015-07-13 14:34:57 +02:00
Ian
e6cab58414 change SET NAMES to mysqli_set_charset and fix a bug in 2cd condition 2015-07-09 12:33:31 +02:00
Ian
2f06e28f23 use recommended mysqli_set_charset 2015-07-08 11:01:20 +02:00
Ian
9efb1665ad fix missing db object 2015-07-07 18:01:10 +02:00
Ian
755fe60075 check array to avoid errors 2015-07-07 09:36:46 +02:00
Stefan Möding
241f223536 Fix column quotes for INSERT statement 2015-07-04 21:07:43 +02:00
Ian
13775ba4b2 fix mysqli importer conversion param order change 2015-07-04 11:11:11 +02:00
Ian
c6031dc1dc remove $Ids$ 2015-07-03 17:18:23 +02:00
Ian
4a0c591657 fix importers to use new mysqli API extension
References http://board.s9y.org/viewtopic.php?f=10&t=20421

Is somwone able to test this here and there?
2015-07-03 17:14:29 +02:00
Ian
171a501cb5 correct 0a1cb87 2015-06-17 10:13:50 +02:00
onli
bb2c5a63d0 Cleanup syndication fixed ()
cleans 97d9f5ce310ad05aea3494dcf84253bc3b6a7392
2015-06-16 21:56:04 +02:00
Ian
0a1cb87151 prep for downgrade of Smarty update 2015-06-16 12:37:08 +02:00
Ian
1b1a130e38 document better multiple nugget example gratia plugin
contactform will probably change, when this fixes are out.
2015-06-01 16:51:28 +02:00
Ian
1e6fda11e7 emit multiple nuggets for core JS-Editor
and only use Spawnnuggets if exist.

This is for multi-nugget-textareas, not using the wysiwyg* event hooks, eg contactform plugin < v.1.17
2015-06-01 14:34:18 +02:00
onli
0125f1539e Use internal cache to speedup printEntries & fetchEntries () 2015-05-30 01:23:57 +02:00