Commit Graph
22 Commits
Author SHA1 Message Date
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