summaryrefslogtreecommitdiffstats
path: root/lib/template.php
Commit message (Collapse)AuthorAgeFilesLines
* prevent the remaining ob_clean related errorsRobin Appelman2011-10-171-2/+2
|
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-20/+14
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* Translation for date columnCôme BERNIGAUD2011-08-281-10/+11
|
* more valid HTML, alt attributes, refactored pagenavi etc.Jan-Christoph Borchardt2011-08-201-2/+2
|
* moved search box directly to templateJan-Christoph Borchardt2011-08-101-3/+1
|
* Merge branch 'master' of git://anongit.kde.org/owncloudJakob Sack2011-08-081-13/+6
|\ | | | | | | | | Conflicts: lib/template.php
| * do proper styling for settings pagesRobin Appelman2011-08-081-0/+5
| |
| * dont use a different navigation page for settings stuffRobin Appelman2011-08-081-15/+1
| |
* | Minor improvementsJakob Sack2011-08-081-19/+15
|/
* fix template.php ;-)Jakob Sack2011-08-061-3/+4
|
* Merge branch 'master' of git://anongit.kde.org/owncloudJakob Sack2011-08-061-5/+5
|\
| * fix some forgotten quotes around stringsRobin Appelman2011-08-051-3/+3
| |
| * fixed relative time calculationJan-Christoph Borchardt2011-08-051-5/+5
| |
* | Add principals, minor changes in base.phpJakob Sack2011-08-061-0/+22
|/
* Renaming classes :-)Jakob Sack2011-07-291-33/+33
|
* One class per file!Jakob Sack2011-07-291-2/+0
|
* implemented relative file size and coloringJan-Christoph Borchardt2011-07-291-0/+23
|
* introducing simple file size, only MB as unit, details on hoverJan-Christoph Borchardt2011-07-071-0/+8
|
* allow plugins/apps to add custom headers to all pagesRobin Appelman2011-06-241-9/+7
|
* provide an option to add custom elements to the header of templatesRobin Appelman2011-06-241-2/+20
|
* moved core stuff to /coreJakob Sack2011-06-201-4/+12
|
* l10n addedJakob Sack2011-06-191-2/+5
|
* fix settings page for non-admin usersRobin Appelman2011-06-141-2/+2
|
* add search functionality, for now only searches files but plugins/apps can ↵Robin Appelman2011-04-241-0/+6
| | | | extend that
* stylesheets have .css as extention, not .jsRobin Appelman2011-04-231-1/+1
|
* properly load css and js files for appsRobin Appelman2011-04-231-2/+11
|
* Working subnavigationJakob Sack2011-04-171-8/+2
|
* Completely removing personalMenuJakob Sack2011-04-161-2/+1
|
* Changes in the user experienceJakob Sack2011-04-161-4/+14
|
* Fix template.phpJakob Sack2011-04-161-1/+1
|
* apps are now stored in /appsJakob Sack2011-04-161-1/+7
|
* Fix a couple of minor coding errorsRobin Appelman2011-03-181-3/+3
|
* OC_HELPER, OC_LOG and OC_TEMPLATE prepared for refactoringJakob Sack2011-03-131-46/+112
|
* Make it possible to use several datadirs.Jakob Sack2011-03-031-2/+0
| | | | This could be useful if the user does not want his gallery images on the webdav storage.
* Application "files" is able to list the files again, start of splitting css ↵Jakob Sack2011-03-021-1/+1
| | | | files
* Added helper for filesize, fixed wrong name for mimetypeIcon()Jakob Sack2011-03-021-0/+14
|
* Introducing OC_HELPER for small helper functions; making setup of filesystem ↵Jakob Sack2011-03-021-3/+5
| | | | optional
* Make the templates working again.Jakob Sack2011-03-021-5/+11
|
* Getting rid of Smarty, using our own template systemJakob Sack2011-03-021-38/+42
|
* Say Smarty to only use one compile directory. Makes setup somewhat easier.Jakob Sack2011-03-021-1/+1
|
* Start of the refactoring. Commit is quite big because I forgot to use git ↵Jakob Sack2011-03-011-0/+197
right from the beginning. Sorry.