Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get config from template | Lukas Reschke | 2013-05-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3114 from owncloud/update-notification | Raghu Nayyar | 2013-04-26 | 1 | -0/+14 |
|\ | | | | | Add an update notification | ||||
| * | Add an update notification on every page for admin users | Lukas Reschke | 2013-04-24 | 1 | -0/+14 |
| | | |||||
* | | Simplify app js locating for layout pages | Bart Visscher | 2013-04-26 | 1 | -11/+8 |
| | | |||||
* | | Simplify app css locating for layout pages | Bart Visscher | 2013-04-26 | 1 | -31/+9 |
|/ | |||||
* | check if there is a default/ folder in the theme directory if no theme exists | Bernhard Posselt | 2013-04-24 | 1 | -2/+2 |
| | |||||
* | Test if we want a 3rdparty style/script before checking the 3rdparty root | Bart Visscher | 2013-04-19 | 1 | -2/+4 |
| | |||||
* | Add a name to the version parameter | Lukas Reschke | 2013-04-05 | 1 | -1/+1 |
| | | | Without an additional name it's nearly impossible to write positive security model based rules since the parameter name isn't defined. | ||||
* | Add hashed version parameter to js and css. Ref #1520 and many more ;) | Thomas Tanghus | 2013-03-19 | 1 | -4/+5 |
| | |||||
* | Avoid to display empty DisplayNames for menu and title | Brice Maron | 2013-03-02 | 1 | -0/+1 |
| | |||||
* | [core] From echo to p | Lukas Reschke | 2013-02-27 | 1 | -5/+5 |
| | |||||
* | Don't use routes when displaying error page | Bart Visscher | 2013-02-22 | 1 | -2/+2 |
| | |||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -2/+4 |
| | |||||
* | Merge pull request #1514 from owncloud/fix-setup | Lukas Reschke | 2013-02-07 | 1 | -0/+3 |
|\ | | | | | Fix setup | ||||
| * | Move loading of js_config to templatelayout | Bart Visscher | 2013-02-07 | 1 | -0/+3 |
| | | | | | | | | Also check for installed flag because this isn't available before setup | ||||
* | | Fix warning with displayname in user layout template | Bart Visscher | 2013-02-07 | 1 | -0/+3 |
|/ | |||||
* | Fix undefined variable | Lukas Reschke | 2013-01-26 | 1 | -5/+0 |
| | |||||
* | Move template parameters around so database error page is properly rendered | Michael Gapczynski | 2013-01-07 | 1 | -12/+5 |
| | |||||
* | Fix some of "Closing brace must be on a line by itself" | Bart Visscher | 2012-12-15 | 1 | -4/+16 |
| | |||||
* | Fix "Line indented incorrectly" | Bart Visscher | 2012-12-15 | 1 | -5/+5 |
| | |||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -3/+3 |
| | |||||
* | NoSpaceAfterComma II | Felix Moeller | 2012-10-23 | 1 | -1/+1 |
| | |||||
* | Checkstyle: NoSpaceAfterComma | Felix Moeller | 2012-10-23 | 1 | -2/+2 |
| | |||||
* | core.js and core.css don't need to be absolute | Bart Visscher | 2012-10-17 | 1 | -2/+2 |
| | |||||
* | Remove unused search code | Bart Visscher | 2012-10-10 | 1 | -1/+0 |
| | |||||
* | No need to use array_search | Bart Visscher | 2012-10-10 | 1 | -1/+1 |
| | |||||
* | don't set values with oc_appconfig when oc is not installed yet, allows to ↵ | Jörn Friedrich Dreyer | 2012-09-11 | 1 | -1/+1 |
| | | | | render guest page for installation again | ||||
* | Move handling of core remotes to OC_TemplateLayout | Bart Visscher | 2012-09-07 | 1 | -1/+11 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -9/+9 |
| | |||||
* | Fix password authentication for links and fix template problems for links by ↵ | Michael Gapczynski | 2012-08-29 | 1 | -4/+6 |
| | | | | creating a new base layout | ||||
* | fix unused variables | Robin Appelman | 2012-07-20 | 1 | -1/+1 |
| | |||||
* | some path fixes for multi-dir app | Thomas Mueller | 2012-06-22 | 1 | -2/+2 |
| | |||||
* | Correct inclusion paths | Brice Maron | 2012-06-21 | 1 | -17/+42 |
| | |||||
* | Prepare template js and css functions for use in the js and css minimizers | Bart Visscher | 2012-06-18 | 1 | -32/+32 |
| | |||||
* | Move page layout handling to its own class | Bart Visscher | 2012-06-18 | 1 | -0/+170 |