Matthias Mees
00d97e59b3
Use proper doctype and html helper classes.
2013-06-01 11:11:40 +02:00
Matthias Mees
6a9bdd0c6a
Removed stupid HTML5/jQuery progress hints.
2013-06-01 11:09:10 +02:00
Matthias Mees
9dd573f971
Improved media db meta info display.
2013-06-01 11:05:40 +02:00
Matthias Mees
bf9a58bdd4
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2013-05-31 23:28:56 +02:00
Matthias Mees
be832ceb4d
Externalized click handler for cloning upload form.
...
Also fixed duplicated id in upload form and fixed setting the target
directory in cloned form.
2013-05-31 23:26:37 +02:00
Matthias Mees
b4e18b48f3
Found a typo. Ooops.
2013-05-31 21:15:19 +02:00
Matthias Mees
75d45f811f
Replaces inline onclick handler for .status_timestamp.
...
Also moved reference to serendipity_editor.js before the closing
body element. This way, jQuery's $(document).ready() equals
$(window).load(), so we don't have to use that any longer.
2013-05-31 18:10:16 +02:00
Matthias Mees
c0e8922500
Dropped redundant onclick handler.
...
This really isn't necessary – there is a warning plus a confirm or
abort dialogue on the following page. I don't see extra value for
users in the JS-based confirm/abort dialogue.
2013-05-31 17:40:34 +02:00
Matthias Mees
66deb345a2
Document what this does.
2013-05-31 17:11:57 +02:00
Matthias Mees
1ab2389cdb
Getting rid of inline body onload.
2013-05-31 17:01:06 +02:00
Matthias Mees
a009893522
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2013-05-31 16:36:10 +02:00
Matthias Mees
6507fa5b1d
Simplified current template box.
2013-05-31 16:35:53 +02:00
Matthias Mees
88e5c9a1ba
Extract currently selected template from template list.
...
Also skip currently selected template in template list. Note to
self: this needs more styling to set it off better. (If my code
can be improved, please do so. Best I could come up with.)
2013-05-31 14:47:38 +02:00
Matthias Mees
ed704a4dd7
Some minor CSS fixes.
2013-05-31 10:58:17 +02:00
Matthias Mees
0c22d50477
Removed some redundant comments.
2013-05-31 10:29:44 +02:00
Matthias Mees
3cff5465d6
Drop legacy IE support.
2013-05-31 10:23:51 +02:00
Matthias Mees
6d0106df22
Updated normalize.css to v2.1.2.
2013-05-31 10:07:47 +02:00
Matthias Mees
f646621cc8
Styling template options button.
2013-05-30 23:15:25 +02:00
Matthias Mees
72a6e9473a
Documented a JS error I can't fix right now.
2013-05-30 22:06:42 +02:00
Matthias Mees
7f72419e3c
I think that makes the backend noConflict-free.
2013-05-30 21:43:51 +02:00
Matthias Mees
6503b98e28
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2013-05-30 20:28:12 +02:00
Matthias Mees
ccd4fca695
No more noConflict, yay.
2013-05-30 20:27:32 +02:00
Matthias Mees
992df72fac
Some changes to make the console.log thingy work in .tpl file.
2013-05-30 19:19:35 +02:00
Matthias Mees
ddadd81f4a
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2013-05-30 19:07:02 +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
251f61a039
Disable jQuery noConflict mode in the backend.
...
NOTE: If someone can improve this, by all means: do so. And excuse
my toddler's PHP here.
2013-05-30 18:44:42 +02:00
Matthias Mees
486985f330
Forgot to dump redundant pluginmanager.css.
2013-05-30 18:25:42 +02:00
Matthias Mees
d0d2b246e4
Include pluginmanager.css in style.css. Another HTTP request saved.
2013-05-30 18:23:54 +02:00
Matthias Mees
c2c27470ff
Include header_spawn.js in serendipity_editor.js.tpl.
2013-05-30 18:13:33 +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
9255d01d6d
Must include serendipity_editor.js after jQuery. Duh.
2013-05-30 17:55:18 +02:00
Matthias Mees
f2257718c6
Move serendipity_editor.js to head.
...
NOTE: This is probably only temporary so that unported JS functions
will still work. In the end, we'll want to references this
file right before the closing </body> tag since it's going
to get pretty big.
2013-05-30 17:48:24 +02:00
Matthias Mees
5edc98545d
include 2k11.admin.js in serendipity_editor.js.tpl.
2013-05-30 17:41:35 +02:00
Matthias Mees
5058866698
Include image_selector.js in serendipity_editor.js.tpl.
2013-05-30 17:28:46 +02:00
Matthias Mees
1a3f4d37be
Drop IE7 boxsizing polyfill.
2013-05-30 17:19:41 +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
Matthias Mees
9f59ab6081
Use smartified serendipity_editor.js.
2013-05-27 17:23:49 +02:00
Matthias Mees
5ce2f4aeff
We'll need this. Oops.
2013-05-27 17:07:02 +02:00
Matthias Mees
e3d4841808
Equal heights for template selection.
2013-05-27 12:30:01 +02:00
Matthias Mees
f2e40a87d4
Equal heights for media library elements.
2013-05-27 12:05:59 +02:00
Matthias Mees
2ae8c3dca5
Move drag 'n' drop styles to admin stylesheet.
...
References #6b49f49
2013-05-27 11:24:42 +02:00
Matthias Mees
73bd4bb628
Use proper markup in the footer.
2013-05-27 11:03:46 +02:00
Matthias Mees
a0333cfffc
Stylesheet readability.
2013-05-27 11:00:55 +02:00
Matthias Mees
65d5cd5918
Slight tweaking of lighter color scheme.
2013-05-27 10:55:32 +02:00
Matthias Mees
0cd4115c25
Trying out a lighter color scheme.
2013-05-11 22:00:33 +02:00
Matthias Mees
f37663053e
Update AccessifyHTML5 to support main element.
2013-05-11 14:44:10 +02:00
Matthias Mees
1281376681
Use new HTML5 main element.
2013-05-11 14:07:16 +02:00
Matthias Mees
b543fae655
Updated 2k11 to v1.2.7.
2013-05-04 13:27:43 +02:00
Matthias Mees
4affeb3107
Backported 2k11 translations from master branch.
2013-03-31 22:03:24 +02:00
Matthias Mees
d4341061e5
Updated 2k11 to v1.2.6.
2013-03-30 12:55:45 +01:00
Matthias Mees
fb544e8ad5
Fixes static page date format.
2013-03-26 18:43:48 +01:00
Matthias Mees
319231ecf4
Minor markup improvements for media choose popup.
2013-02-19 11:48:28 +01:00
Matthias Mees
4d144a10b1
Minor layout fixes for data import.
2013-02-18 19:34:02 +01:00
Matthias Mees
5e0c752f37
Various minor layout fixes.
2013-02-18 19:17:36 +01:00
Matthias Mees
f23a9a0b7c
Fixed display of theme options (dropping floats).
2013-02-18 18:38:02 +01:00
Matthias Mees
2de81f9d1f
Fixed layout for editing categories.
2013-02-18 18:22:00 +01:00
Matthias Mees
25c8884db9
More layout fixes for plugin configuration, especially groups.
2013-02-18 17:43:12 +01:00
Matthias Mees
0ec5a237dd
Layout fixes for plugin configuration.
2013-02-18 17:24:57 +01:00
Matthias Mees
6bbbb6ac34
Switching to proper main role.
2013-02-18 16:48:11 +01:00
Matthias Mees
b93a9b37ca
Removed previously commented, potentially harmful code.
2013-02-18 15:32:29 +01:00
Matthias Mees
5344f90338
Proper layout for editing users.
2013-02-18 14:47:16 +01:00
Matthias Mees
95506cff4f
Layout fixes and UI consistency for media properties form.
2013-02-18 14:39:05 +01:00
Matthias Mees
991266a50c
Proper error messages, layout and button states for rebuilding thumbs.
2013-02-18 14:28:14 +01:00
Matthias Mees
cc0c879538
Fixed display of resize preview & resize form layout.
2013-02-18 14:18:10 +01:00
Matthias Mees
bd3a260096
UI consistency: tweaked some buttons to reflect button state.
2013-02-18 13:57:12 +01:00
Matthias Mees
d8ebb6163a
Ported code by @onli to emit nested media db directories. Yay.
2013-02-18 13:21:10 +01:00
Matthias Mees
5dddaeb89d
Proper styling for plugin installation.
2013-02-18 12:57:59 +01:00
Matthias Mees
8c4f470d16
Amended comment to reflect it's not a tpl error but a bug.
2013-02-18 12:25:46 +01:00
Matthias Mees
11b9c86ad0
Commented something out which disrupts backend layout.
...
The phrase 'userid: ' plus the actual user id is being emitted at
a somewhat arbitrary positon in the backend when editing a user.
If this actually serves a purpose, I'm happy to add it back, but
it doesn't seem to …
2013-02-18 12:11:54 +01:00
Matthias Mees
bccff56e74
Various minor CSS tweaks.
2013-02-16 14:21:01 +01:00
Matthias Mees
a74408c966
Last bits of documentation.
2013-02-14 23:12:54 +01:00
Matthias Mees
56679cf481
Added AccessifyHTML5 plugin to take care of WAI-ARIA roles.
2013-02-14 22:11:25 +01:00
Matthias Mees
f7662ab0a5
More documentation.
2013-02-14 16:07:33 +01:00
Matthias Mees
ed3930edac
Minor header layout adjustment.
2013-02-14 15:02:47 +01:00
Matthias Mees
c9a4e980a1
More documentation.
2013-02-14 14:11:59 +01:00
Matthias Mees
d4a2633699
Minor fixes to comments list.
2013-02-14 13:34:03 +01:00
Matthias Mees
6336fb0d2d
Documented where these JS files are referenced.
2013-02-14 13:14:58 +01:00
Matthias Mees
d8928959e3
Coding style QA; documentation.
2013-02-13 20:25:22 +01:00
Matthias Mees
6ec262af8d
Coding style QA; documentation preparation.
2013-02-13 19:45:58 +01:00
Matthias Mees
5a45794726
Proper camel-casing for this particular function's name.
2013-02-13 19:26:03 +01:00
Matthias Mees
3b4dfac6f6
Copy imgedit.js to 2k11 and move it to admin dir.
2013-02-13 19:22:26 +01:00
Matthias Mees
0a3d63ab01
Added smaller backend JS files to 2k11 admin theme; also coding style QA and documentation in those files.
2013-02-13 19:13:12 +01:00
Matthias Mees
c1df4145db
Some small screen fixes, including media upload form.
2013-02-11 12:33:16 +01:00
Matthias Mees
0d3e8ff2ff
Adapt the header area better to very small and large screens.
2013-02-11 11:48:42 +01:00
Matthias Mees
4469e71cb5
Give the banner a bit more room, so it works better on small screens.
2013-02-11 11:38:04 +01:00
Matthias Mees
22b6dadcbb
Reverting layout back to 'old style' (nav left, temporarily).
2013-02-11 11:31:36 +01:00
Matthias Mees
56464c99f4
Fixes for media item display.
2013-02-11 11:07:19 +01:00
Matthias Mees
976cff1783
Fix for dropping floats in template info.
2013-02-11 10:57:46 +01:00
Matthias Mees
f3926d247e
Some minor color scheme adjustments.
2013-02-11 10:16:21 +01:00
Matthias Mees
7d5776f731
Fix header link text-decoration; add bottom padding to #content.
2013-02-10 21:41:32 +01:00
Matthias Mees
b6fa7eb1ef
Minor template selection layout fixes.
2013-02-08 03:51:09 +01:00
Matthias Mees
f65fe67d86
Properly nested, zebra-striped categories list. (Almost. Best possible solution.)
2013-02-08 03:06:08 +01:00
Matthias Mees
f48ef1c9c6
Escaping. Final version. Hopefully.
2013-02-07 23:44:55 +01:00
Matthias Mees
4d2801f6ae
Escaping JS instead of HTML.
2013-02-07 19:34:02 +01:00
Matthias Mees
e00855f877
Escape emitted template option HTML (overlooked one instance).
2013-02-07 17:02:30 +01:00
Matthias Mees
923f8e7497
Escape emitted template option HTML.
2013-02-07 16:56:13 +01:00
Matthias Mees
f26917ad37
Escape emitted template option HTML.
2013-02-07 16:28:32 +01:00
Matthias Mees
2e61009a4c
Proper headline for creating new or editing existing entry.
2013-02-07 14:16:23 +01:00
Matthias Mees
fdbed20394
Proper headline for edit entries section.
2013-02-07 14:10:59 +01:00
Matthias Mees
203fe955aa
Added more proper headlines for markup/layout consistency.
2013-02-07 13:34:41 +01:00