3119 Commits

Author SHA1 Message Date
Matthias Mees
a6470864fb External onclick handlers for comments. 2013-06-14 17:09:25 +02:00
Matthias Mees
a2021c2704 Remove editor toolbar legacy fallback. 2013-06-14 16:33:20 +02:00
Matthias Mees
1331f5b634 Minor CSS fixes (media db). 2013-06-14 11:57:05 +02:00
Matthias Mees
a7c7d1426e External onclick handler for entry preview. 2013-06-14 11:32:41 +02:00
Matthias Mees
bc0549397a External onclick handlers for editor tools. 2013-06-14 11:24:55 +02:00
Matthias Mees
5894a82ced Drop editor toolbar access keys.
The accesskey attribute is rarely used due to a lack of standards
and cross-browser implementation. Most screenreader users find them
confusing.
2013-06-14 09:36:24 +02:00
Matthias Mees
11853c6f5b Remove inline JS to hide editor tools. 2013-06-14 09:26:36 +02:00
Matthias Mees
cdeb113846 Replace inline onlick handler for go back. 2013-06-13 16:07:44 +02:00
Matthias Mees
97b847314b Dropped invertSelection inline onclick handlers. 2013-06-13 16:02:41 +02:00
Matthias Mees
6cb397247f Replace onclick handler for reset timestamp. 2013-06-13 15:53:49 +02:00
Matthias Mees
a658e20b27 New iconfont build.
This includes only the icons actually used or intended to be used
in the backend. Please note that unfortunately, some class names
have changed. Also some icons have been exchanged.
2013-06-11 12:54:58 +02:00
Matthias Mees
f5837b5245 Maintenance: cleaned out some TODO notes. 2013-06-10 12:54:19 +02:00
Garvin Hicking
45ad808d0d port 2013-06-09 20:08:07 +02:00
Matthias Mees
d847b85c7a Proper pagination values for entries/media; thanks to @onli. 2013-06-09 18:29:28 +02:00
onli
4927f38429 {} shows the amount of available entries in the entry-list 2013-06-09 17:57:56 +02:00
onli
294fef724b ML: Give Smarty amount of total images 2013-06-09 17:51:48 +02:00
onli
6413493e9d Admin-entrylist: give to smarty 2013-06-09 17:19:09 +02:00
Matthias Mees
393bbd547c Better markup for manage dirs messages. 2013-06-09 16:26:26 +02:00
Matthias Mees
60657014ea Show/hide full comment. 2013-06-09 16:16:59 +02:00
Matthias Mees
daf199c520 Pagination info for entries/media; missing some variables. 2013-06-09 15:47:52 +02:00
Garvin Hicking
451601348a upport 2013-06-09 13:40:10 +02:00
Matthias Mees
e8447d24ac Pagination info for media db; needs proper lang constant. 2013-06-09 13:04:14 +02:00
onli
2a8225ddeb Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2013-06-09 12:45:33 +02:00
onli
b0cbdd8ba7 fix ML return/echo mix so used template isn't shown anymore 2013-06-09 12:45:14 +02:00
Ian
e1789dcc81 fixed c47bd93 extended hook to respect toggle 2013-06-09 12:26:28 +02:00
Ian
c47bd93bb2 remove backend_entry_toolbar_* hook doublette 2013-06-09 12:09:21 +02:00
Matthias Mees
886a027c6b Minor CSS fix. 2013-06-08 16:39:49 +02:00
Matthias Mees
a9774d3920 Backported checkSave() function. 2013-06-08 15:41:25 +02:00
Matthias Mees
391882fbf6 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2013-06-08 15:38:33 +02:00
Matthias Mees
bb33238efc Minor CSS fixes. 2013-06-08 15:38:20 +02:00
onli
2113c1308c removed unused onlick checkInput from editor save 2013-06-08 15:34:35 +02:00
onli
dc6a5fce29 fix setcookie in media library 2013-06-08 13:03:13 +02:00
onli
ad98a01899 cleanup of images.inc.php 2013-06-08 12:24:46 +02:00
Matthias Mees
0fa8720145 Just documenting something. 2013-06-07 23:39:29 +02:00
Matthias Mees
0feb4c18c2 Fix checkInputs error in media upload. 2013-06-07 23:30:13 +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
Matthias Mees
1b4c33da51 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2013-06-07 15:21:23 +02:00
Matthias Mees
331f2c441a Add getfilename helper function; adapted checkInputs() to 2.0.
NOTE: checkInputs() is currently broken as I don't have time for
      further debugging right now. I assume it's broken due to
      changes to the upload form by jQueryfying addUploadField().
2013-06-07 15:18:20 +02:00
onli
0933bf3682 renamed plugin-config templates 2013-06-07 15:15:57 +02:00
Matthias Mees
d882a94368 Added missing checkInputs() and helper function from master. 2013-06-07 15:07:07 +02:00
Matthias Mees
a96a8184a2 Fix uncaught exception error due to wrong selector being applied. 2013-06-07 14:14:50 +02:00
Matthias Mees
a3c03d139a Added class to logged in msg. 2013-06-07 13:44:30 +02:00
Matthias Mees
9ad88fece8 Minor CSS cleanup. 2013-06-07 13:37:43 +02:00
Matthias Mees
44a9f8491d Restyled and less breakable header layout. 2013-06-07 13:23:34 +02:00
Matthias Mees
b528c2e57c Now we finally don't need those any longer. 2013-06-07 12:01:17 +02:00
Matthias Mees
37e40e4a0d Use iconfont button for toggle_extended(). 2013-06-07 11:58:47 +02:00
Matthias Mees
0861cbbd80 Removed obsolete comments; improve functions. 2013-06-07 11:40:14 +02:00
Matthias Mees
43b46ceccb Only fire those if there actually is an entry editor. 2013-06-06 22:07:39 +02:00
Matthias Mees
1f3a6348b0 Of course we still need those for the time being. 2013-06-06 22:06:23 +02:00
Matthias Mees
0b4379b06d Removed obsolete functions. 2013-06-06 21:03:14 +02:00