Bart Visscher
|
5965f3ecea
|
Split locating JS and CSS files to their own class
|
2013-07-21 21:36:15 +02:00 |
Lukas Reschke
|
63d51980e1
|
Get config from template
|
2013-05-12 10:51:21 +02:00 |
Raghu Nayyar
|
2bcb64e781
|
Merge pull request #3114 from owncloud/update-notification
Add an update notification
|
2013-04-26 21:12:38 -07:00 |
Bart Visscher
|
b46f6e4f97
|
Simplify app js locating for layout pages
|
2013-04-26 14:21:51 +02:00 |
Bart Visscher
|
ea4ae857a1
|
Simplify app css locating for layout pages
|
2013-04-26 14:21:50 +02:00 |
Lukas Reschke
|
d41b600725
|
Add an update notification on every page for admin users
|
2013-04-24 18:47:38 +02:00 |
Bernhard Posselt
|
b98b56e4a8
|
check if there is a default/ folder in the theme directory if no theme exists
|
2013-04-24 13:45:40 +02:00 |
Bart Visscher
|
e1c5b31d65
|
Test if we want a 3rdparty style/script before checking the 3rdparty root
|
2013-04-19 16:09:39 +02:00 |
Lukas Reschke
|
f944ac9cba
|
Add a name to the version parameter
Without an additional name it's nearly impossible to write positive security model based rules since the parameter name isn't defined.
|
2013-04-05 00:33:05 +03:00 |
Thomas Tanghus
|
57f2884efa
|
Add hashed version parameter to js and css. Ref #1520 and many more ;)
|
2013-03-19 12:35:31 +01:00 |
Brice Maron
|
050de008b1
|
Avoid to display empty DisplayNames for menu and title
|
2013-03-02 16:09:36 +01:00 |
Lukas Reschke
|
229c907a57
|
[core] From echo to p
|
2013-02-27 22:55:39 +01:00 |
Bart Visscher
|
15f5325078
|
Don't use routes when displaying error page
|
2013-02-22 21:39:44 +01:00 |
Bart Visscher
|
ffae6f4b84
|
Style-fix: Breakup long lines
|
2013-02-14 08:38:37 +01:00 |
Lukas Reschke
|
217328e0e3
|
Merge pull request #1514 from owncloud/fix-setup
Fix setup
|
2013-02-07 13:48:44 -08:00 |
Bart Visscher
|
20b6cb28b1
|
Fix warning with displayname in user layout template
|
2013-02-07 18:07:27 +01:00 |
Bart Visscher
|
149d079fd4
|
Move loading of js_config to templatelayout
Also check for installed flag because this isn't available before setup
|
2013-02-07 08:09:53 +01:00 |
Lukas Reschke
|
7f0a3018b6
|
Fix undefined variable
|
2013-01-26 13:46:00 +01:00 |
Michael Gapczynski
|
d39655e126
|
Move template parameters around so database error page is properly rendered
|
2013-01-07 14:15:51 -05:00 |
Bart Visscher
|
85bd28c508
|
Fix some of "Closing brace must be on a line by itself"
|
2012-12-15 00:43:46 +01:00 |
Bart Visscher
|
f39454ed12
|
Fix "Line indented incorrectly"
|
2012-12-15 00:43:46 +01:00 |
Felix Moeller
|
30d7993e01
|
Checkstyle fixes: NoSpaceAfterComma
|
2012-11-04 11:10:46 +01:00 |
Felix Moeller
|
561cbb2de6
|
NoSpaceAfterComma II
|
2012-10-23 23:01:10 +02:00 |
Felix Moeller
|
e73b817a38
|
Checkstyle: NoSpaceAfterComma
|
2012-10-23 22:53:54 +02:00 |
Bart Visscher
|
04824162d9
|
core.js and core.css don't need to be absolute
|
2012-10-17 10:52:16 +02:00 |
Bart Visscher
|
d4feb77eaf
|
Remove unused search code
|
2012-10-10 21:06:15 +02:00 |
Bart Visscher
|
c5983d37ad
|
No need to use array_search
|
2012-10-10 21:06:15 +02:00 |
Jörn Friedrich Dreyer
|
bf2d1e78f2
|
don't set values with oc_appconfig when oc is not installed yet, allows to render guest page for installation again
|
2012-09-11 13:16:34 +02:00 |
Bart Visscher
|
edcd297476
|
Move handling of core remotes to OC_TemplateLayout
|
2012-09-07 16:42:46 +02:00 |
Thomas Mueller
|
3829460ab8
|
adding space between) and {
|
2012-09-07 15:22:01 +02:00 |
Michael Gapczynski
|
e5cbc532c3
|
Fix password authentication for links and fix template problems for links by creating a new base layout
|
2012-08-29 11:54:49 -04:00 |
Robin Appelman
|
48306a3c4f
|
fix unused variables
|
2012-07-20 17:58:05 +02:00 |
Thomas Mueller
|
ba2d203a54
|
some path fixes for multi-dir app
|
2012-06-22 09:56:54 +02:00 |
Brice Maron
|
d22f805b63
|
Correct inclusion paths
|
2012-06-21 19:19:39 +00:00 |
Bart Visscher
|
3000e8f9d5
|
Prepare template js and css functions for use in the js and css minimizers
|
2012-06-18 15:40:48 +02:00 |
Bart Visscher
|
180243d92a
|
Move page layout handling to its own class
|
2012-06-18 15:40:48 +02:00 |