summaryrefslogtreecommitdiffstats
path: root/lib/template.php
Commit message (Expand)AuthorAgeFilesLines
* renamed extention to extension, also now only showing lowercaseJan-Christoph Borchardt2012-04-151-1/+1
* reuse OC_L10N objectsRobin Appelman2012-04-141-2/+2
* Cleanup the template code for redundant codeBart Visscher2012-03-191-127/+128
* never try to load an non existing template,css,img.Frank Karlitschek2012-02-281-3/+14
* spaces -> tabsFrank Karlitschek2012-02-271-33/+33
* first part of the abstraction work of the apps folder. more to comeFrank Karlitschek2012-02-261-41/+41
* make the location of the 3rdparty folder flexible.Frank Karlitschek2012-02-231-3/+19
* Add application name to titleBart Visscher2012-02-121-1/+8
* add themeing support and support for autoselection of mobile/tablet and stand...Frank Karlitschek2012-02-111-21/+137
* Disable save button while saving. Streamlined code.Tom Needham2011-11-291-0/+27
* 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
* 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
|\
| * 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 ex...Robin Appelman2011-04-241-0/+6
* 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
* Application "files" is able to list the files again, start of splitting css f...Jakob Sack2011-03-021-1/+1
* 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
* 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