aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage
Commit message (Collapse)AuthorAgeFilesLines
* new setting: default value for 'remember me' checkboxWilli Eggeling2017-08-271-1/+3
| | | | | | - the default state for the login page's 'remember me' checkbox can now be configured - adapted the default and vintage theme to consider the new setting - added documentation for the new setting
* Merge pull request #841 from ArthurHoaro/feature/search-no-tagArthurHoaro2017-05-251-1/+5
|\ | | | | Empty tag search will look for not tagged links
| * Empty tag search will look for not tagged linksArthurHoaro2017-05-251-1/+5
| | | | | | | | | | | | | | | | | | | | | | Fixes #784 From now, searching for tags with an empty value will return only not tagged links, with the search bar showing `x results [not tagged]`. Note that using the api, the searchtags request parameter must be set to `false` to get the same result. - [ ] Update API doc
* | Merge pull request #881 from ArthurHoaro/feature/note-bookmarkletArthurHoaro2017-05-251-1/+9
|\ \ | | | | | | Add Note bookmarklet #580
| * | Add Note bookmarklet #580philipp-r2017-05-251-1/+9
| |/
* | Move tagcloud template file to tag.cloudArthurHoaro2017-05-251-0/+0
| |
* | Adding ability to display subtags in tagcloudLucas Cimon2017-05-241-1/+1
| |
* | Rename title link label to home link and apply it in vintage themeArthurHoaro2017-05-032-3/+3
| | | | | | | | Related to #853
* | Merge pull request #830 from ArthurHoaro/theme/timezoneArthurHoaro2017-04-255-4/+85
|\ \ | | | | | | Change timezone data structure send to the templates
| * | Apply the new timezone template variables to the vintage themeArthurHoaro2017-04-045-4/+85
| | |
* | | Fix a warning generated in return_bytes function and refactor itArthurHoaro2017-04-031-1/+1
| |/ |/| | | | | | | | | It was multiplying a string containing a letter. Moved function to Utils.php and display a human readable limit size
* | Add API setting in the new theme during the installationArthurHoaro2017-03-221-2/+2
|/ | | | Also use the same variable name across template files
* Improve datetime displayArthurHoaro2017-03-061-2/+2
| | | | | | | | | | Use php-intl extension to display datetimes a bit more nicely, depending on the locale. What changes: * the day is no longer displayed * day number and month are ordered according to the locale * the timezone is more readable (UTC+1 instead of CET)
* Move default template to vintage folderArthurHoaro2017-02-2738-0/+2513