Commit graph

5055 commits

Author SHA1 Message Date
b0aa4df56d Refactored CSS for getting images right in terms of compatibility 2015-01-30 16:48:09 +01:00
6c5525c976 Reverted refactorign of main_css() method due to issue with font path 2015-01-30 16:10:11 +01:00
48240cfc51 Refactored main_css() and main_js() actions; static files are included by the back-end now to still allow global JS code in userspace – the init() wrapper had made this impossible. 2015-01-30 15:55:57 +01:00
fc6e6c5932 Refactored layout import which was not working anymore for a while and nobody noticed it o_0 2015-01-30 15:00:51 +01:00
b0a0c53c65 Renamed less.js to 0.less.js to prevent error 2015-01-28 19:27:43 +01:00
886e07dcac Updated LESS to version 1.7.5 (most recent having Rhino support) 2015-01-28 19:01:47 +01:00
8beedd6799 Fixed package name to lower case 2015-01-28 18:00:58 +01:00
0921f13b5b Reorganized CSS mainly for improving b/w compatibility 2015-01-28 17:03:22 +01:00
a86db532e1 Enabled minifying of JS code including source maps 2015-01-25 19:02:37 +01:00
5a98769796 Improved display of site URL 2015-01-24 23:29:05 +01:00
ce4f3e3171 Fixed bookmarklet with new URL path 2015-01-24 21:52:28 +01:00
6e39065b42 Fixed display of empty references 2015-01-24 21:32:52 +01:00
c56c092a7b Fixed bug in automatic selection of current navigation item 2015-01-24 21:11:39 +01:00
5fa4a5ee59 Added some padding to the top of the box around the selected calendar day 2015-01-24 20:26:34 +01:00
6643173102 Fixed backward compatibility for sitelist_macro() 2015-01-24 20:26:01 +01:00
e28ba9257d Allow call for Story.getAbstract() without arguments 2015-01-24 20:25:36 +01:00
879904b864 Only remove HTML comment and script elements in script_filter() 2015-01-24 20:25:13 +01:00
328a906b8b Fixed regression of last commit 2015-01-24 20:18:02 +01:00
bd2454f3ed Fixed site context for rendering protected JS code 2015-01-24 20:01:25 +01:00
f66efabd49 Moved delete buttons to bottom of form; disabled account deletion for now 2015-01-24 14:19:45 +01:00
1351f3b663 Moved styles to claustra 2015-01-24 14:08:40 +01:00
76ec3e0540 Added jobs directory to .gitignore 2015-01-23 20:50:48 +01:00
e25160bb43 Fixed image width and height for default images 2015-01-23 20:50:21 +01:00
09f298c5fb Fixed inclusion of core JS file for sites other than root 2015-01-23 20:50:05 +01:00
8750dded5e Fixed client-side JS errors when the JS skin still contains <script> or <!-- comment --> elements 2015-01-23 20:49:33 +01:00
ff7ec8f5fe Added missing spritesheet 2015-01-23 19:09:00 +01:00
cd50ce4ac5 Cleaned up .gitignore 2015-01-23 19:08:48 +01:00
127d476c32 Fixed name of variable which is a reserved keyword 2015-01-23 18:46:00 +01:00
2051170731 Merge branch 'feature/claustra' into develop 2015-01-23 18:40:01 +01:00
2e62744332 Restored missing commit for sprite images 2015-01-23 18:36:05 +01:00
1cbe8fde9c Refactored trails to claustra 2015-01-23 18:19:24 +01:00
69cafa2506 Refactored Story.getAbstract() to also display bold title (if available) 2015-01-21 14:24:23 +01:00
30e078c57d Fixed style of text adjacent to icon 2015-01-21 14:22:14 +01:00
d6b2ad1e09 Missing sources for CodeMirror file 2015-01-11 23:01:54 +01:00
0dc80aa2ad Moved CodeMirror scripts to extra JS file 2015-01-11 23:00:48 +01:00
f41d71e4f1 Fixed reset URL in activity 2015-01-11 22:38:10 +01:00
3ac361835c Removed <code> elements 2015-01-11 22:31:13 +01:00
7ceccb91fa Hide the skin editor until library code is loaded 2015-01-11 22:11:08 +01:00
c0ebad15e1 Added scripts array to contain all scripts from individual skins that are going to be executed after library code has loaded asynchronously 2015-01-11 22:05:05 +01:00
47f5fa2bd9 Removed unused variable 2015-01-11 21:07:46 +01:00
61a9557789 Only add custom width and/or height to image style 2015-01-11 20:58:05 +01:00
e05ecfc4e0 Added client-side code to automatically inject a missing main.css 2015-01-11 20:12:01 +01:00
3fcdde3bb3 Added compatibility code to completely include all necessary stylesheets even when site’s CSS is embedded via skin macro 2015-01-11 19:28:48 +01:00
7d360abc81 Quoted property name which is a reserved keyword 2015-01-11 18:57:29 +01:00
528d3a4e81 Prevent clip_filter() from returning character count string when there is a default set 2015-01-11 18:55:31 +01:00
59a74c02fc Removed obsolete code 2015-01-11 18:54:34 +01:00
f72c5e351f Added RSS link to header 2015-01-11 18:54:24 +01:00
cb36cf8e06 Merge branch 'feature/css-js-cleanup' into develop 2015-01-11 14:33:39 +01:00
7a4fbe3651 Refactored nasty openPopup() function 2015-01-11 14:31:48 +01:00
47404a4e87 Moved navigation hightlighter from Site#javascript skin to main.js 2015-01-11 14:31:16 +01:00