Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #950 from thewilli/delete-fix | ArthurHoaro | 2017-09-01 | 1 | -3/+3 |
|\ | | | | | fixed link deletion | ||||
| * | fixed link deletion | Willi Eggeling | 2017-08-30 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | When deleting links, the js of the default theme separated ids by an escaped space ('+'). There was a trailing '+' after the ids which led to the php code detecting multiple values even for single values. In combination with the id '0' this could led to no id found at all and a resulting php error. this commit fixes the behavior and adds an additional error handling and trimming to the php code. | ||||
* | | new setting: default value for 'remember me' checkbox | Willi Eggeling | 2017-08-27 | 1 | -1/+2 |
|/ | | | | | | - 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 | ||||
* | fixed note bookmarklet | Willi Eggeling | 2017-08-24 | 1 | -1/+1 |
| | | | | - the double quotes used in the alert() call of the note bookmarklet in the default template collided with the ones of the href tag - replaced the double quotes with single ones (just like the link bookmarklet) | ||||
* | Merge pull request #925 from ArthurHoaro/theme/remove-2nd-sort-by | ArthurHoaro | 2017-08-19 | 1 | -2/+0 |
|\ | | | | | Remove the 2nd green 'sort by' row in link list | ||||
| * | Remove the 2nd green 'sort by' row in link list | ArthurHoaro | 2017-08-19 | 1 | -2/+0 |
| | | | | | | | | It isn't really useful and doesn't look good if there isn't enough tags | ||||
* | | Hide the search link if no tag has been searched in tag list | ArthurHoaro | 2017-08-19 | 1 | -3/+5 |
|/ | |||||
* | Merge pull request #889 from Lucas-C/master | VirtualTam | 2017-08-03 | 4 | -80/+65 |
|\ | | | | | Using only one form in linklist.html - fix #885 | ||||
| * | Using only one form in linklist.html + adding untaggedonly filter - fix #885 | Lucas Cimon | 2017-07-30 | 4 | -80/+65 |
| | | |||||
* | | Merge pull request #896 from ArthurHoaro/hotfix/firefox-social-subdir | VirtualTam | 2017-07-23 | 1 | -2/+2 |
|\ \ | | | | | | | Fix Firefox Social button in the default theme | ||||
| * | | Fix Firefox Social button in the default theme | ArthurHoaro | 2017-06-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | is no longer required since the JS function is now in . Also, include the trailing slash in the post URL. Fixes #895 | ||||
* | | | Remove merge conflict leftover | nodiscc | 2017-07-11 | 1 | -11/+1 |
| | | | | | | | | | Fixes #900 | ||||
* | | | Generate HTML documentation using MkDocs (WIP) | nodiscc | 2017-06-18 | 1 | -0/+10 |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MkDocs is a static site generator geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML file. * http://www.mkdocs.org/ * http://www.mkdocs.org/user-guide/configuration/ Ref. #312 * remove pandoc-generated HTML documentation * move markdown doc to doc/md/, * mkdocs.yml: * generate HTML doc in doc/html * add pages TOC/ordering * use index.md as index page * Makefile: remove execute permissions from generated files * Makefile: rewrite htmlpages GFM to markdown conversion using sed: awk expression aslo matched '][' which causes invalid output on complex links with images or code blocks * Add mkdocs.yml to .gitattributes, exclude this file from release archives * Makefile: rename: htmldoc -> doc_html target * run make doc: pull latest markdown documentation from wiki * run make htmlpages: update html documentation | ||||
* | | Tagcloud/list improvments | Lucas Cimon | 2017-06-09 | 2 | -2/+10 |
|/ | |||||
* | Fixing "Uncaught TypeError" in shaarli.js - fix #893 | Lucas Cimon | 2017-06-07 | 1 | -2/+3 |
| | |||||
* | Merge pull request #882 from ArthurHoaro/feature/edit-timestamp | ArthurHoaro | 2017-05-31 | 2 | -2/+15 |
|\ | | | | | Add creation date when editing a link | ||||
| * | Add creation date when editing a link | ArthurHoaro | 2017-05-31 | 2 | -2/+15 |
| | | | | | | | | | | | | Also, alter the title on edition Fixes #431 | ||||
* | | Merge pull request #884 from ArthurHoaro/hotfix/bookmarklet-url-limit | ArthurHoaro | 2017-05-31 | 1 | -2/+12 |
|\ \ | | | | | | | Selection is now limited to 2k characters using bookmarklets | ||||
| * | | Bookmarklet size limit: increase to 4500 chars and add an alert warning | ArthurHoaro | 2017-05-28 | 1 | -2/+12 |
| | | | |||||
| * | | Selection is now limited to 2k characters using bookmarklets | ArthurHoaro | 2017-05-25 | 1 | -2/+2 |
| |/ | | | | | | | | | | | to avoid having too large URL Fixes #528 | ||||
* / | Display visited links in grey | ArthurHoaro | 2017-05-25 | 1 | -2/+2 |
|/ | | | | Fixes #244 | ||||
* | Merge pull request #841 from ArthurHoaro/feature/search-no-tag | ArthurHoaro | 2017-05-25 | 1 | -1/+5 |
|\ | | | | | Empty tag search will look for not tagged links | ||||
| * | Empty tag search will look for not tagged links | ArthurHoaro | 2017-05-25 | 1 | -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-bookmarklet | ArthurHoaro | 2017-05-25 | 1 | -3/+10 |
|\ \ | | | | | | | Add Note bookmarklet #580 | ||||
| * | | Add Note bookmarklet #580 | philipp-r | 2017-05-25 | 1 | -3/+10 |
| | | | |||||
* | | | Tag list: use awesomplete for tag auto completion | ArthurHoaro | 2017-05-25 | 3 | -3/+69 |
| | | | |||||
* | | | Adds a taglist view with edit/delete buttons | ArthurHoaro | 2017-05-25 | 5 | -4/+276 |
| | | | | | | | | | | | | | | | | | | * The tag list can be sort alphabetically or by most used tag * Edit/Delete are perform using AJAX, or fallback to 'do=changetag' page * New features aren't backported to vintage theme | ||||
* | | | Add a token available everywhere | ArthurHoaro | 2017-05-25 | 1 | -0/+3 |
| | | | |||||
* | | | Move tagcloud template file to tag.cloud | ArthurHoaro | 2017-05-25 | 1 | -0/+4 |
| | | | |||||
* | | | Merge pull request #819 from ArthurHoaro/feature/multi-delete | ArthurHoaro | 2017-05-25 | 4 | -9/+82 |
|\ \ \ | | | | | | | | | Bulk deletion | ||||
| * | | | Bulk deletion: remove JS ES6 syntax | ArthurHoaro | 2017-05-08 | 1 | -65/+46 |
| | | | | |||||
| * | | | Bulk deletion | ArthurHoaro | 2017-05-08 | 4 | -3/+95 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add a checkboxes in linklist which display a sub-header containing action buttons * Strongly rely on JS * Requires a modern browser (ES6 syntax support) * Checkboxes are hidden if the browser is old or JS disabled | ||||
* | | | | Adding ability to display subtags in tagcloud | Lucas Cimon | 2017-05-24 | 2 | -2/+24 |
| | | | | |||||
* | | | | Fixes file existence check for user.css | kalvn | 2017-05-09 | 1 | -1/+1 |
|/ / / | |||||
* | | | Rename title link label to home link and apply it in vintage theme | ArthurHoaro | 2017-05-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Related to #853 | ||||
* | | | Merge pull request #852 from ArthurHoaro/theme/install-password | ArthurHoaro | 2017-04-25 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Theme: use a password type field during the install | ||||
| * | | | Theme: use a password type field during the install | ArthurHoaro | 2017-04-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #830 from ArthurHoaro/theme/timezone | ArthurHoaro | 2017-04-25 | 3 | -32/+91 |
|\ \ \ \ | |/ / / |/| | | | Change timezone data structure send to the templates | ||||
| * | | | Apply the new timezone template variables to the default theme | ArthurHoaro | 2017-04-04 | 3 | -32/+91 |
| | | | | |||||
* | | | | Use raw bytes for upload size hidden input | ArthurHoaro | 2017-04-10 | 1 | -0/+1 |
| | | | | |||||
* | | | | Theme: use format_date function for daily date | ArthurHoaro | 2017-03-28 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Theme: JS - Fix a bug preventing edit margin suppression to work | ArthurHoaro | 2017-03-27 | 1 | -2/+1 |
| | | | | | | | | | | | | Explanation: an ID with a leading digit isn't a valid CSS selector | ||||
* | | | Theme: change global font to Roboto and include bold variant | ArthurHoaro | 2017-03-24 | 7 | -11/+20 |
| |/ |/| | | | | | Fixes #822 | ||||
* | | Add API setting in the new theme during the installation | ArthurHoaro | 2017-03-22 | 2 | -2/+20 |
|/ | | | | Also use the same variable name across template files | ||||
* | Merge pull request #804 from ArthurHoaro/feature/atom-default | ArthurHoaro | 2017-03-21 | 1 | -2/+2 |
|\ | | | | | Fixes #304: use atom feed as default | ||||
| * | Fixes #304: use atom feed as default | ArthurHoaro | 2017-03-11 | 1 | -2/+2 |
| | | | | | | | | RSS feed is still available with the setting set to false | ||||
* | | Theme: display shaarli version in the footer when logged in | ArthurHoaro | 2017-03-12 | 1 | -1/+5 |
| | | | | | | | | Fixes #778 | ||||
* | | Merge pull request #811 from ArthurHoaro/theme/awesomplete-overflow | ArthurHoaro | 2017-03-12 | 2 | -1/+5 |
|\ \ | | | | | | | Fixes #806: display overflow for awesomplete list | ||||
| * | | Fixes #806: display overflow for awesomplete list | ArthurHoaro | 2017-03-12 | 2 | -1/+5 |
| | | | |||||
* | | | Theme: Vertical align theme select in configure | ArthurHoaro | 2017-03-12 | 2 | -1/+2 |
|/ / | | | | | | | Fixes #807 |