aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
Commit message (Collapse)AuthorAgeFilesLines
* Process daily page through Slim controllerArthurHoaro2020-07-231-3/+3
|
* Process tag list page through Slim controllerArthurHoaro2020-07-233-5/+5
|
* Few optimizations and code readability for tag cloud controllerArthurHoaro2020-07-232-2/+2
|
* Working version before optimizationArthurHoaro2020-07-232-6/+6
|
* Process tag cloud page through Slim controllerArthurHoaro2020-07-234-4/+4
|
* Slim router: handle add tag routeArthurHoaro2020-07-235-5/+5
|
* Process logout through Slim controllerArthurHoaro2020-07-232-5/+5
|
* Process picwall rendering through Slim controller + UTArthurHoaro2020-07-233-47/+40
|
* Fix all relative link to work with new URLArthurHoaro2020-07-2319-53/+53
|
* Add autofocus on tag cloud filter inputKevin Masson2020-02-101-0/+1
| | | | Fix #1413
* Fix all existing links and redirection to ?do=loginArthurHoaro2020-01-262-3/+3
|
* Fix SASS LintArthurHoaro2020-01-262-2/+2
|
* Render login page through Slim controllerArthurHoaro2020-01-265-62/+91
|
* Fix deprecated use of implodeArthurHoaro2020-01-232-2/+2
|
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-186-4/+61
| | | | See https://github.com/shaarli/Shaarli/issues/1307
* Avoiding warning 'PHP Notice: Undefined index: updated'Lucas Cimon2020-01-122-2/+2
|
* Fix undefined thumbnail on OpenGraph headersArthurHoaro2019-09-102-2/+2
| | | | Fixes #1362
* Merge pull request #1336 from ArthurHoaro/hotfix/atom-authorArthurHoaro2019-08-102-2/+2
|\ | | | | ATOM Feed: use instance name as author name instead of URL
| * ATOM Feed: use instance name as author name instead of URLArthurHoaro2019-07-292-2/+2
| | | | | | | | Related FreshRSS/FreshRSS#2466
* | little fix templateagentcobra2019-08-011-1/+1
| | | | | | fix link between label and checkbox (updateCheck)
* | maj linklist Luce Carević2019-07-281-0/+2
| | | | | | put back the link on the thumbmail and fix a11y
* | fix a11yLuce Carević2019-07-137-27/+25
| |
* | fix a11yLuce Carević2019-07-133-14/+14
|/
* Merge pull request #1323 from llune/patch-5ArthurHoaro2019-07-131-3/+3
|\ | | | | fix a11y label
| * fix a11y labelLuce Carević2019-07-131-3/+3
| |
* | Merge pull request #1321 from llune/patch-3ArthurHoaro2019-07-131-1/+1
|\ \ | | | | | | a11y fix img without alt
| * | fix img without altLuce Carević2019-07-131-1/+1
| |/
* | Merge pull request #1324 from llune/patch-6ArthurHoaro2019-07-131-1/+3
|\ \ | | | | | | a11y fix add banner mobile version
| * | a11y fix add banner mobile versionLuce Carević2019-07-131-1/+3
| |/
* | Merge pull request #1322 from llune/patch-4ArthurHoaro2019-07-131-2/+2
|\ \ | | | | | | fix a11y label
| * | fix a11y labelLuce Carević2019-07-131-2/+2
| |/
* | fix blankLuce Carević2019-07-121-1/+1
| |
* | a11y fix: label and tabindexLuce Carević2019-07-121-9/+7
|/ | | | | Don't use tabindex values other than -1, 0. (see https://webaim.org/techniques/keyboard/tabindex). Fix inputs without labels (the placeholder attribute is not a proper labelling method)
* Automatically retrieve description for new bookmarksArthurHoaro2019-07-062-0/+24
| | | | | | | | | | | | | | | If the option is enabled, it will try to find a meta tag containing the page description and keywords, just like we do for the page title. It will either look for regular meta tag or OpenGraph ones. The option is disabled by default. Note that keywords meta tags is mostly not used. In `configure` template, the variable associated with this setting is `$retrieve_description`. Fixes #1302
* Daily - display the current day instead of the previous oneArthurHoaro2019-05-252-1/+9
| | | | | | | Also mention if it's today or yesterday for clarity using `dayDesc` variable Fixes #1299
* Merge pull request #1301 from ArthurHoaro/template/print-cssArthurHoaro2019-05-251-2/+2
|\ | | | | Add print CSS rules to the default template
| * Add print CSS rules to the default templateArthurHoaro2019-05-081-2/+2
| | | | | | | | | | | | | | Fixes #1291 * Display the header bar only on the first page * Hide search bars, pagination buttons, filters, and edit/delete buttons
* | Switch from FontAwesome v4.x to ForkAwesomeArthurHoaro2019-05-192-2/+3
| | | | | | | | And use the Shaarli icon made by @xuv in the header and footer (default template).
* | Merge pull request #1297 from ArthurHoaro/hotfix/mobile-select-allArthurHoaro2019-05-081-1/+1
|\ \ | |/ |/| Hide select all button on mobile view
| * Hide select all button on mobile viewArthurHoaro2019-04-221-1/+1
| | | | | | | | Bulk actions are not available on mobile view yet
* | Merge pull request #1296 from ArthurHoaro/feature/sticky-labelArthurHoaro2019-05-081-7/+8
|\ \ | |/ |/| Display sticky label in linklist
| * Display sticky label in linklistArthurHoaro2019-04-221-7/+8
| | | | | | | | Add sticky label, like private label, in linklist to make it more visible.
* | Merge pull request #1276 from ArthurHoaro/feature/bulk-visibilityArthurHoaro2019-04-221-1/+12
|\ \ | | | | | | Bulk action: set visibility
| * | Bulk action: set visibilityArthurHoaro2019-02-091-1/+12
| | | | | | | | | | | | | | | | | | Added 2 buttons when link checkboxes are checked to set them either public or private. Related to #572 #1160
* | | delete useless titlesLuce Carević2019-03-021-3/+3
| | |
* | | fix empty links and hide <i> for screenreadersLuce Carević2019-03-023-32/+32
| | |
* | | footer and contentinfoLuce Carević2019-03-021-2/+2
| |/ |/|
* | Accessibility: specify the HTML lang attributeArthurHoaro2019-02-0918-18/+18
|/ | | | | | The lang is based on the user defined one. If the language is automatic, no language will be specified. Fixes #1216
* fix: ensure HTML tags are stripped from OpenGraph descriptionVirtualTam2019-01-182-2/+2
| | | | | | | Fixes https://github.com/shaarli/Shaarli/issues/1250 Relates to https://github.com/shaarli/Shaarli/issues/1242 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Merge pull request #1247 from llune/patch-5Aurélien Tamisier2018-12-021-1/+2
|\ | | | | add label to form - accessibility issue