Matthias Mees
79a972e92f
Update bundled modernizr for backend.
...
References #251
2015-01-01 16:04:10 +01:00
Ian
35698284d6
installer has not yet plugin api set up
...
References #236 (part install issue)
@yellowled keep in mind to update /templates/default/admin/serendipity_editor.js on every change in the 2k11/admin file, please.
At all, does this have to be done in upgrader too?
2014-11-21 16:37:15 +01:00
Garvin Hicking
33193806ed
References #189
...
Combine additional jquery/plugin files into one
Remove single file references
Moved dragdrop.js to serendipity_Editor.js.
Please test. Might make trouble in the installer/upgrader?
2014-06-25 12:28:59 +02:00
Matthias Mees
f06da2f6ac
Add new Modernizr build, upgrade Modernizr to 2.8.2.
...
This included feature test for indexedDB and WebSQL.
References #186
2014-06-17 11:13:28 +02:00
Matthias Mees
4daffd0294
Update Modernizr to 2.8.1 (custom build)
2014-05-02 14:58:19 +02:00
Matthias Mees
49ce068117
Include customized Modernizr build; update Modernizr to latest.
...
This build includes only the tests and shivs in Modernizr we do
actually use. If we add tests (in CSS or JS) or find some are
missing, this build needs to be renewed.
References #85
2014-04-20 13:30:28 +02:00
onli
a722390fbf
Set needed php to >= 5.3
...
closes #104
2014-03-28 10:03:03 +01:00
Matthias Mees
79135a988d
Add new lang constants for the installer
...
Someone (@garvinhicking) please run addlang.sh for me to add these
(doesn't work on OSX command line). Thanks.
2014-03-11 11:18:08 +01:00
Matthias Mees
9ed9056ff1
Fix missing lang constant
2014-03-11 11:09:03 +01:00
Matthias Mees
6d5c24af2f
Move serendipity_editor.js reference back to <head>
...
The document ready shorthand function needed a little adapting as
well (which is not an issue since we abandoned noConflict mode).
References #91
2014-03-11 10:44:10 +01:00
Matthias Mees
f34134b215
Add extra stylesheet for IE8
...
Referenced in conditional comments, needs to be recreated if the
style.css changes.
References #82
2014-03-09 18:32:17 +01:00
Matthias Mees
4c00d5f5ae
This is not an error per se, change class.
...
References #80
2014-03-09 17:37:36 +01:00
Matthias Mees
cc0a590ec6
Fix installer and updater for use with backend JS
...
- include Modernizr in the installer as well (needed for no-js/js)
- reference backend JS before body instead of in head
- added container markup for installer error msgs
- some styling for tables in the installer
- remove obsolete no-js/js styles for JS-less installer
- compensate for the lack of iconfonts (due to the style.css not
being piped through serendipity.css.php in the installer) by
using different markup which works with system fonts
2014-03-09 17:17:44 +01:00
onli
7f4dbb3e2e
Include JS in installer and upgrader
...
This should fix issue #80 by giving serendipity_editor.js of default to the
installer and the normal template JS to the upgrader
2014-03-09 16:00:38 +01:00
onli
e01a754315
Installer markup cleanup
...
The template assumed the messages to be arrays, though only one of them was one,
and that actually seems to be a mixup from the smartification
2014-03-09 14:58:06 +01:00
Ian
9b56a35f26
exclude installerHTTPPath from serendipity_getFile
...
References #80
2014-03-09 13:19:38 +01:00
Ian
0a2e6964ca
rename 8a21ac8 to installerHTTPPath
...
References #80
2014-03-09 12:59:22 +01:00
Ian
8b951cbc17
fix and prepare installer path for js includement
...
References #80
needs a special eg installer_editor.js file for JS events
2014-03-08 10:31:17 +01:00
Matthias Mees
ec3ebca433
Introduce new lang constants, @garvinhicking please add :)
...
Hint: addlang.sh does not work on OSX.
2014-03-07 13:10:32 +01:00
Matthias Mees
c57a1b4da3
Proper scaling in landscape mode.
...
There used to be a bug in older iOS version which is now fixed in
iOS6, so we can use a proper landscape mode without zoom.
2013-08-17 18:28:24 +02:00
Matthias Mees
532f5c9c37
Maintenance: clean out obsolete TODOs.
2013-08-01 19:08:17 +02:00
Matthias Mees
952a842509
Some installer refinements.
2013-07-10 11:19:27 +02:00
onli
5d99bd934e
remove serendipity_editor.js from installer, cause the link got translated to the html-page
2013-07-07 23:01:23 +02:00
Matthias Mees
0d23cb0d30
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2013-06-27 23:39:06 +02:00
Matthias Mees
7c3e390c04
Add plainList, drop iconfont from installer to fix installation.
2013-06-27 23:38:51 +02:00
onli
36aee4324c
fix last page of the installer
2013-06-27 23:15:03 +02:00
Matthias Mees
1385341bc8
Layout and CSS fixes for the installer.
2013-06-27 22:41:34 +02:00
onli
8a188747ae
Fix installer, smartification broke it
...
Sorry Falk
2013-06-27 21:01:16 +02:00
onli
347311e78d
rely on smarty-init-css also in the backend
2013-06-15 15:40:42 +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
4d8eab61cb
Adapted installer.tpl to 2k11/2.0 backend.
2013-06-05 19:48:52 +02:00
onli
9944effb93
Further smartify installer
...
by placing the code of serendipity_admin.php into installer.inc.tpl. Also removes php-fallback.
2013-06-04 18:15:25 +02:00
Matthias Mees
6a9bdd0c6a
Removed stupid HTML5/jQuery progress hints.
2013-06-01 11:09:10 +02:00
onli
ae74401668
2k11 is default template, included admin-tpls, and made it installable
2013-05-30 22:19:07 +02:00