aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
Commit message (Collapse)AuthorAgeFilesLines
...
* | fixed note bookmarkletWilli Eggeling2017-08-241-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-byArthurHoaro2017-08-191-2/+0
|\ | | | | Remove the 2nd green 'sort by' row in link list
| * Remove the 2nd green 'sort by' row in link listArthurHoaro2017-08-191-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 listArthurHoaro2017-08-191-3/+5
|/
* Merge pull request #889 from Lucas-C/masterVirtualTam2017-08-034-80/+65
|\ | | | | Using only one form in linklist.html - fix #885
| * Using only one form in linklist.html + adding untaggedonly filter - fix #885Lucas Cimon2017-07-304-80/+65
| |
* | Merge pull request #896 from ArthurHoaro/hotfix/firefox-social-subdirVirtualTam2017-07-231-2/+2
|\ \ | | | | | | Fix Firefox Social button in the default theme
| * | Fix Firefox Social button in the default themeArthurHoaro2017-06-111-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 leftovernodiscc2017-07-111-11/+1
| | | | | | | | | Fixes #900
* | | Generate HTML documentation using MkDocs (WIP)nodiscc2017-06-181-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 improvmentsLucas Cimon2017-06-092-2/+10
|/
* Fixing "Uncaught TypeError" in shaarli.js - fix #893Lucas Cimon2017-06-071-2/+3
|
* Merge pull request #882 from ArthurHoaro/feature/edit-timestampArthurHoaro2017-05-312-2/+15
|\ | | | | Add creation date when editing a link
| * Add creation date when editing a linkArthurHoaro2017-05-312-2/+15
| | | | | | | | | | | | Also, alter the title on edition Fixes #431
* | Merge pull request #884 from ArthurHoaro/hotfix/bookmarklet-url-limitArthurHoaro2017-05-311-2/+12
|\ \ | | | | | | Selection is now limited to 2k characters using bookmarklets
| * | Bookmarklet size limit: increase to 4500 chars and add an alert warningArthurHoaro2017-05-281-2/+12
| | |
| * | Selection is now limited to 2k characters using bookmarkletsArthurHoaro2017-05-251-2/+2
| |/ | | | | | | | | | | to avoid having too large URL Fixes #528
* / Display visited links in greyArthurHoaro2017-05-251-2/+2
|/ | | | Fixes #244
* Merge pull request #841 from ArthurHoaro/feature/search-no-tagArthurHoaro2017-05-252-2/+10
|\ | | | | Empty tag search will look for not tagged links
| * Empty tag search will look for not tagged linksArthurHoaro2017-05-252-2/+10
| | | | | | | | | | | | | | | | | | | | | | 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-252-4/+19
|\ \ | | | | | | Add Note bookmarklet #580
| * | Add Note bookmarklet #580philipp-r2017-05-252-4/+19
| | |
* | | Tag list: use awesomplete for tag auto completionArthurHoaro2017-05-253-3/+69
| | |
* | | Adds a taglist view with edit/delete buttonsArthurHoaro2017-05-255-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 everywhereArthurHoaro2017-05-251-0/+3
| | |
* | | Move tagcloud template file to tag.cloudArthurHoaro2017-05-252-0/+4
| | |
* | | Merge pull request #819 from ArthurHoaro/feature/multi-deleteArthurHoaro2017-05-254-9/+82
|\ \ \ | | | | | | | | Bulk deletion
| * | | Bulk deletion: remove JS ES6 syntaxArthurHoaro2017-05-081-65/+46
| | | |
| * | | Bulk deletionArthurHoaro2017-05-084-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 tagcloudLucas Cimon2017-05-243-3/+25
| | | |
* | | | Fixes file existence check for user.csskalvn2017-05-091-1/+1
|/ / /
* | | Rename title link label to home link and apply it in vintage themeArthurHoaro2017-05-033-4/+4
| | | | | | | | | | | | Related to #853
* | | Merge pull request #852 from ArthurHoaro/theme/install-passwordArthurHoaro2017-04-251-1/+1
|\ \ \ | | | | | | | | Theme: use a password type field during the install
| * | | Theme: use a password type field during the installArthurHoaro2017-04-251-1/+1
| | | |
* | | | Merge pull request #830 from ArthurHoaro/theme/timezoneArthurHoaro2017-04-258-36/+176
|\ \ \ \ | |/ / / |/| | | Change timezone data structure send to the templates
| * | | Apply the new timezone template variables to the vintage themeArthurHoaro2017-04-045-4/+85
| | | |
| * | | Apply the new timezone template variables to the default themeArthurHoaro2017-04-043-32/+91
| | | |
* | | | Use raw bytes for upload size hidden inputArthurHoaro2017-04-101-0/+1
| | | |
* | | | 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
* | | | Theme: use format_date function for daily dateArthurHoaro2017-03-281-1/+1
| |_|/ |/| |
* | | Theme: JS - Fix a bug preventing edit margin suppression to workArthurHoaro2017-03-271-2/+1
| | | | | | | | | | | | Explanation: an ID with a leading digit isn't a valid CSS selector
* | | Theme: change global font to Roboto and include bold variantArthurHoaro2017-03-247-11/+20
| |/ |/| | | | | Fixes #822
* | Add API setting in the new theme during the installationArthurHoaro2017-03-223-4/+22
|/ | | | Also use the same variable name across template files
* Merge pull request #804 from ArthurHoaro/feature/atom-defaultArthurHoaro2017-03-211-2/+2
|\ | | | | Fixes #304: use atom feed as default
| * Fixes #304: use atom feed as defaultArthurHoaro2017-03-111-2/+2
| | | | | | | | RSS feed is still available with the setting set to false
* | Theme: display shaarli version in the footer when logged inArthurHoaro2017-03-121-1/+5
| | | | | | | | Fixes #778
* | Merge pull request #811 from ArthurHoaro/theme/awesomplete-overflowArthurHoaro2017-03-122-1/+5
|\ \ | | | | | | Fixes #806: display overflow for awesomplete list
| * | Fixes #806: display overflow for awesomplete listArthurHoaro2017-03-122-1/+5
| | |
* | | Theme: Vertical align theme select in configureArthurHoaro2017-03-122-1/+2
|/ / | | | | | | Fixes #807
* | Remove inline JS and add LibreJS headers in JS filesArthurHoaro2017-03-128-110/+142
| | | | | | | | | | Fixes #33 (wow!) Relates to #395