Ian
3eb59e9052
fix whitespaces and tabs
2015-12-20 17:23:11 +01:00
onli
e128394360
Fill $uri variable in genpage for plugin pages ( fixes #375 )
2015-12-11 21:58:27 +01:00
Ian
e672cf5350
fix typo
2015-12-11 17:10:57 +01:00
Ian
90eed2d001
typos and minors
2015-12-01 12:12:01 +01:00
Ian
7fd42fde05
fix typo
...
there are more.... of this
2015-12-01 11:39:13 +01:00
Eike Rathke
6aae658e7f
additional space in TopExits/Referrers for better word-wrap
...
There was no space between total value and next host, so display,
depending on available width, was
www.example1.com (12)www.example2.com
(23)www.example3.com (34)
With an additional trailing space after total it is
www.example1.com (12)
www.example2.com (23)
www.example3.com (34)
2015-11-01 22:56:01 +01:00
Ian
04104a3e4d
Fixed media item delete handler
...
References #371
Closes #371
2015-10-31 14:10:52 +01:00
Ian
150d748c67
document note went into wrong line with 4a565a8
2015-10-30 17:05:36 +01:00
Ian
4a565a89da
try catch mediaproperties thumb changing upload path only if in need
2015-10-30 16:50:40 +01:00
Ian
897337cb8e
allow array items for SetCookie and now use a ML-Filter cookie
...
(We will have to decide before release, if we want to keep this, though.)
2015-10-29 12:08:33 +01:00
Ian
0905633810
fix f2f4855
2015-10-28 14:03:36 +01:00
onli
4d7b90af99
Merge branch 'master' into feature_indexCleanup
...
Conflicts:
index.php
2015-10-28 12:29:44 +01:00
Ian
1965d2d419
fix media.filter and media.sortorder param
2015-10-28 11:55:46 +01:00
Ian
f2f4855ed7
fix ML Filter doubled filename
...
References #356
Closes #369
2015-10-28 11:42:33 +01:00
Ian
ee1e567503
remove default case only path restoreVar
...
this is now done where it is actually needed
2015-10-28 11:36:50 +01:00
Ian
d1baaf4983
better listen on toggle_dir and remember
2015-10-26 11:36:57 +01:00
Ian
52730e6b0e
disable unused button generation
...
We may decide to keep this disabled or remove it completely later on
2015-10-26 10:18:50 +01:00
Ian
26d18490d4
avoid doubled GET token and fill form_hidden only in case default
2015-10-26 10:15:57 +01:00
Ian
a7732eeb81
minors
2015-10-20 13:24:50 +02:00
Ian
715d8cafa6
Optimize scaleImage returns
2015-10-19 13:21:19 +02:00
Ian
8fcf4cd652
fix commits renaming directories in 08c09d1 and 5be90fd
2015-10-17 19:27:58 +02:00
Ian
3030b80c2b
fix rename media file reload issue
...
References #370
and allow better umlaut conversion
This is a plain javascript event, therefore the message and reload stuff had to move into the JS caller.
2015-10-17 15:03:15 +02:00
Ian
732d6067c3
restore last set directory path on mediaproperties submit
2015-10-17 13:47:36 +02:00
Ian
0d7f8d474f
multi delete/move - submit by name
...
fixes notice messages on POST
2015-10-16 11:22:25 +02:00
Ian
7801b33e35
fix 7554623
2015-10-15 19:11:45 +02:00
Ian
7554623cff
Allow strict media directory selection by toggle filter
2015-10-15 18:43:01 +02:00
Ian
d130dc729e
bulkmove - prevent success reload to open itself,
...
the multidelete type again and end with MULTICHECK_NO_ITEM message.
2015-10-15 11:01:06 +02:00
Ian
92299999e7
bulkmove - return to last selected directory
2015-10-15 10:55:35 +02:00
Ian
8fb7d51106
add message to item properties done
2015-10-12 14:15:31 +02:00
Ian
08c09d1d65
do not error on directoryEdit save submit
2015-10-12 10:27:08 +02:00
Ian
5be90fd7ea
another breaking printf
2015-10-12 10:24:43 +02:00
Ian
2e43a9944e
keep previous ML item name whitespace behaviour
2015-10-08 10:25:23 +02:00
Ian
4539ef8d9d
dot is empty - fix 994161a
2015-10-07 11:35:03 +02:00
Ian
994161a0a2
better preserve directory seperators
2015-10-07 11:16:36 +02:00
Ian
e2b6417bd2
extend 2b9a008 for both cases
2015-10-07 09:45:35 +02:00
Ian
2b9a008208
allow upload file real umlaut conversion and remove workaround
2015-10-07 09:37:44 +02:00
Ian
8c732e94ab
some printf messages need to have the argument preprocessed
...
or change to echo with inner printf()
Before it broke like this:
`<span class="msg_notice"><span class="icon-info-circled"></span> <b>Größe von Vorsch.</span>
ändern</b>` which is wrong
2015-10-06 16:23:40 +02:00
Ian
a9eb4be896
fix 7c21de8 re-add $ispOldFile
2015-10-06 10:27:41 +02:00
Ian
fdc7c089c2
umlaut conversion
2015-10-05 19:20:47 +02:00
Ian
2b610dc791
Add first and last pagination for entries and media items
2015-10-05 19:10:53 +02:00
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