Thomas Müller
93b0f1a3bf
adding cssmin and jssmin(minify)
...
adding argument deleteSelf to rmdirr() - if false the directory itself will not be deleted only it's content
adding repair step to clean the asset cache after upgrade + coding style adjustments
11 years ago
Bernhard Posselt
023e066971
more sugar for including lists of templates
11 years ago
Bernhard Posselt
f685d03674
append .html since componets always use html files
11 years ago
Bernhard Posselt
4aff85cd0c
add template functions for html imports
11 years ago
Bernhard Posselt
7e4d244200
add shortcut functions for style and script
11 years ago
Robin Appelman
d0266c0bf8
Use public api for getting l10n
11 years ago
Morris Jobke
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
...
* test case added to avoid adding them later
11 years ago
Robin McCorkell
87b548ed91
Fix all PHPDoc types and variable names, in /lib
11 years ago
Robin McCorkell
b653ad164b
Replace @returns with @return , in /lib
11 years ago
Lukas Reschke
eecc400698
p() and print_unescaped() also take arrays as parameter
...
This fixes some scrutinizer issues.
11 years ago
kondou
5e3b6f1fd9
Fix some more docstrings
11 years ago
Bart Visscher
89e0763d3d
Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10N
11 years ago
Thomas Müller
7242d00aa6
enable static delivery of css files
11 years ago
Scrutinizer Auto-Fixer
adaee6a5a1
Scrutinizer Auto-Fixes
...
This patch was automatically generated as part of the following inspection:
https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720
Enabled analysis tools:
- PHP Analyzer
- JSHint
- PHP Copy/Paste Detector
- PHP PDepend
11 years ago
Jörn Friedrich Dreyer
2a6a9a8cef
polish documentation based on scrutinizer patches
11 years ago
Thomas Müller
221e656e91
Revert "use getAppWebPath() in here as well"
...
This reverts commit 6254f0a403
.
11 years ago
Thomas Müller
6254f0a403
use getAppWebPath() in here as well
11 years ago
Thomas Müller
124984905e
introduce OC_Helper::linkToDocs()
12 years ago
Thomas Müller
148d2616e5
introduce link_to_docs() and migrate links
12 years ago
Vincent Petry
006799616d
Fixed missing default values
...
Added default value for $fromTime to prevent missing argument errors and
keep backward compatible.
12 years ago
Vincent Petry
b0bb64c3ee
Added unit tests for relative_modified_date, changed method signature
...
Changed method signature of relative_modified_date template method to
make it possible to add a fromTime to compare with, mostly to make it
possible to test it.
Added unit test for date and time cases.
12 years ago
Vincent Petry
ed14541aea
Removed stray debug log write
12 years ago
Vincent Petry
31e1c15db7
Added dateOnly argument to relative_modified_date
...
Improved the template function relative_modified_date by adding an
optional dateOnly argument which will output "today" or "yesterday" or
"x days ago".
12 years ago
Thomas Müller
9c9dc276b7
move the private namespace OC into lib/private - OCP will stay in lib/public
...
Conflicts:
lib/private/vcategories.php
12 years ago