Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #378 - Plugin administration UI. | ArthurHoaro | 2016-01-31 | 2 | -5/+143 |
| | |||||
* | fix whitespace | nodiscc | 2016-01-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #444 from dimtion/404_template | Arthur | 2016-01-21 | 1 | -0/+17 |
|\ | | | | | Create 404 template | ||||
| * | Create 404 template | Dimtion | 2016-01-20 | 1 | -0/+17 |
| | | | | | | | | Solve #430 for links | ||||
* | | Bugfix: prevent LinkFilter to work on outdated data. | ArthurHoaro | 2016-01-20 | 1 | -1/+1 |
|/ | |||||
* | tests: add a make target to check file permissions | VirtualTam | 2016-01-17 | 1 | -0/+0 |
| | | | | | | | | Additions: - [makefile] check versioned files are not executable - [travis] call the new make target Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Fixes a bug preventing to remove a tag with special chars when searching | ArthurHoaro | 2016-01-06 | 1 | -1/+1 |
| | |||||
* | Link filter refactoring | ArthurHoaro | 2016-01-06 | 1 | -4/+13 |
| | | | | | | | | | | * introduce class LinkFilter to handle link filter operation (and lighten LinkDB). * handle 'private only' in filtering. * update template to prefill search fields with current search terms. * coding style. * unit test (mostly move from LinkDB to LinkFilter). PS: preparation for #358 #315 and 'AND' search. | ||||
* | Merge pull request #408 from ArthurHoaro/gototop | VirtualTam | 2015-12-09 | 1 | -0/+5 |
|\ | | | | | Adding a new placeholder in render_footer hook. | ||||
| * | Adding a new placeholder in render_footer hook. | ArthurHoaro | 2015-12-08 | 1 | -0/+5 |
| | | | | | | | | Allow free elements at the end of the page. | ||||
* | | Merge pull request #393 from ArthurHoaro/tools-js-indent | VirtualTam | 2015-12-07 | 1 | -4/+47 |
|\ \ | |/ |/| | Minimal indent of tools.html | ||||
| * | Minimal indent of tools.html | ArthurHoaro | 2015-12-07 | 1 | -4/+47 |
| | | |||||
* | | application: default to the "stable" branch for update checks | VirtualTam | 2015-11-27 | 1 | -2/+10 |
| | | | | | | | | | | | | | | Relates to #372 Relates to #390 Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | URL encode links when a redirector is set. | ArthurHoaro | 2015-11-26 | 3 | -4/+6 |
|/ | | | | | | | | | | | | | | | | | Fixes #328 - URL encode links when a redirector is set * WARNING - template edit - new variable available : "real_url" Contains the final real url (redirected or any other change on original URL) * Don't redirect shaares link in RSS/Atom. * Affects links shaared in description. * Move text2clickable and keepMultipleSpaces to Utils.php + unit test UPDATE: * keepMultipleSpaces renamed to space2nbsp * space2nbsp improved to handle single space at line beginning * links in text description aren't 'nofollow' anymore | ||||
* | Merge pull request #377 from ArthurHoaro/search-tag-autocomplete | VirtualTam | 2015-11-22 | 2 | -43/+27 |
|\ | | | | | Fixes #360 - Auto-complete more than one tag in tag filter field | ||||
| * | Fixes #360 - Auto-complete more than one tag in tag filter field | ArthurHoaro | 2015-11-17 | 2 | -43/+27 |
| | | | | | | | | | | | | * Group awesomplete for multi data in a single JS file. * Use it in editlink and linklist. * Move awesomplete JS lib at the end of page in editlink. | ||||
* | | Fixes #176 - Add opensearch functionality | ArthurHoaro | 2015-11-17 | 2 | -1/+47 |
|/ | | | | | * add a new page in Router: do=opensearch which displays the opensearch plugin * using base64 compressed image to avoid issue encountered with HTTPS | ||||
* | Handle errors raised by plugins in template. fixes #370 | ArthurHoaro | 2015-11-08 | 1 | -0/+7 |
| | |||||
* | Template upgrade to handle plugin zones | ArthurHoaro | 2015-11-07 | 11 | -77/+136 |
| | | | | Add a bunch of plugin placeholders in templates | ||||
* | [fix] #293 | Knah Tsaeb | 2015-07-22 | 1 | -2/+4 |
| | | | Black thumbnails on picture wall after upgrade #293 | ||||
* | Merge pull request #262 from ArthurHoaro/dup-tags | Arthur | 2015-07-12 | 1 | -1/+23 |
|\ | | | | | Avoid tag duplicates | ||||
| * | Avoid tag duplicates | ArthurHoaro | 2015-07-12 | 1 | -1/+23 |
| | | | | | | | | | | | | | | * Prevent duplicate client side with awesomplete * Prevent duplicate server side (save_edit processing) Fixes #261 | ||||
* | | Include the whole <item> in dailyRSS | ArthurHoaro | 2015-07-11 | 1 | -8/+16 |
|/ | | | | | | | | Allow custom date format and title in templates. Also a bit of code style review. Fixes #182 | ||||
* | duplicated id removed | nicolasm | 2015-06-26 | 1 | -1/+1 |
| | |||||
* | Working on shaarli/Shaarli#224 | ArthurHoaro | 2015-06-23 | 10 | -22/+22 |
| | | | | | | | | | | | | I reviewed character escaping everywhere with the following ideas: * use a single common function to escape user data: `escape` using `htmlspecialchars`. * sanitize fields in `index.php` after reading them from datastore and before sending them to templates. It means no escaping function in Twig templates. 2 reasons: * it reduces risks of security issue for future user made templates * more readable templates * sanitize user configuration fields after loading them. | ||||
* | add tabindex 1/2 to search and tags fields | nodiscc | 2015-06-23 | 1 | -2/+3 |
| | |||||
* | Merge remote-tracking branch 'ArthurHoaro/daily-date' into next | nodiscc | 2015-06-23 | 1 | -1/+1 |
|\ | |||||
| * | Daily page: date format in template | ArthurHoaro | 2015-06-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | It only concerns the date of the day in the main title. Fixes #182 Note that daily RSS feed is not generated through templates. Date are still hard formatted in that case. | ||||
* | | Merge remote-tracking branch 'nicolasdanelon/master' into next | nodiscc | 2015-06-23 | 1 | -4/+6 |
|\ \ | |||||
| * | | login enhance for mobile | nda | 2015-06-19 | 1 | -4/+6 |
| |/ | |||||
* / | Add awesomplete to tag search shaarli/Shaarli#49 | ArthurHoaro | 2015-06-09 | 1 | -2/+12 |
|/ | |||||
* | Add Firefox Social API to the tools. Fixes #101. | Marsup | 2015-05-15 | 2 | -0/+31 |
| | |||||
* | change wording and variable names for "Hide public links" feature | nodiscc | 2015-04-10 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'pikzen/disable-public' into next | nodiscc | 2015-04-10 | 1 | -0/+7 |
|\ | |||||
| * | Allow disabling all public links, fixes #188 | feula | 2015-04-09 | 1 | -0/+7 |
| | | |||||
* | | doc: point footer link to local html documentation | nodiscc | 2015-04-05 | 1 | -1/+1 |
|/ | |||||
* | Fix php error in daily RSS | nodiscc | 2015-03-31 | 1 | -1/+1 |
| | | | | | Use of undefined constant htmlspecialchars - assumed 'htmlspecialchars' in /var/www/links/tmp/dailyrss.* Thanks @alexisju in https://github.com/shaarli/Shaarli/commit/bec18701801cc140d760c261dd115fda1507a0dd | ||||
* | Define date format in templates instead of index.php. | ArthurHoaro | 2015-03-31 | 3 | -4/+4 |
| | |||||
* | Revert to non-unicode characters for search buttons | nodiscc | 2015-03-16 | 1 | -2/+2 |
| | | | | * Fixes #172 | ||||
* | Merge branch 'picwall-direct-link' into nextv0.0.44beta | nodiscc | 2015-03-15 | 1 | -1/+1 |
|\ | |||||
| * | picwall: link directly to the target URL (not the permalink) | nodiscc | 2015-03-11 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'cleaner-searchfields' into next | nodiscc | 2015-03-15 | 1 | -2/+2 |
|\ \ | |||||
| * | | add placeholder text for search fields, change button text to magnifying ↵ | nodiscc | 2015-03-12 | 1 | -2/+2 |
| |/ | | | | | | | glass unicode symbol | ||||
* | | Merge remote-tracking branch 'ArthurHoaro/autocomplete' into next | nodiscc | 2015-03-15 | 3 | -27/+41 |
|\ \ | |||||
| * | | Use awesomplete as autocomplete lib and remove jQuery - shaarli/Shaarli#148 | ArthurHoaro | 2015-03-12 | 3 | -27/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add awesomplete dependancy (source + min + CSS) * Remove jQuery and jQuery-UI dependancy * Few CSS ajustements * Use tags complete list as RainTPL var (and display it as HTML) * Remove "disable jQuery" feature * Remove tag list web service | ||||
* | | | Merge branch 'include-doc' into next | nodiscc | 2015-03-15 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Include documentation/wiki locally: | nodiscc | 2015-03-14 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | | | | | | | | | | * sync current wiki (https://github.com/shaarli/Shaarli/wiki) to the doc/ directory * fix missing logo in README * add link to local documentation in the page footer * add Makefile targets for doc generation by @virtualtam | ||||
* / | | added menu div and cleaned up code | Miloš Jovanović | 2015-03-11 | 1 | -14/+29 |
|/ / | |||||
* / | tools dialog: add a 'Add Note' bookmarklet to immediatly open a note (text ↵ | nodiscc | 2015-03-07 | 1 | -0/+1 |
|/ | | | | | | | post) compose window * Fixes https://github.com/shaarli/Shaarli/issues/142 * Fixes https://github.com/sebsauvage/Shaarli/issues/59 | ||||
* | fix broken URL for user.css | nodiscc | 2015-03-05 | 1 | -1/+1 |
| |