aboutsummaryrefslogtreecommitdiffstats
path: root/lib/template.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.