aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Login page and header loginArthurHoaro2016-08-078-28/+230
| | | | Note: the header login isn't functional
* Work in progress: linklist, header and footerArthurHoaro2016-08-079-86/+548
|
* Add Fira Sans fontArthurHoaro2016-08-071-4/+35
|
* Fold/Expand shaaresArthurHoaro2016-08-071-0/+4
|
* linklist toolbar (tags, permalink, etc)ArthurHoaro2016-08-071-2/+22
|
* Linklist improvementsArthurHoaro2016-08-074-28/+30
|
* Add Fira Sans fontArthurHoaro2016-08-074-8/+55
|
* Fold/Expand shaaresArthurHoaro2016-08-072-0/+53
|
* Linklist templateArthurHoaro2016-08-073-75/+270
|
* Linklist pagingArthurHoaro2016-08-073-26/+135
|
* Desktop search fieldsArthurHoaro2016-08-078-26/+57
|
* Shaarli header templateArthurHoaro2016-08-073-96/+144
|
* Shaarli header templateArthurHoaro2016-08-071-0/+0
|
* Work on the menuArthurHoaro2016-08-0713-1/+2807
|
* Initialize default template with Pure CSS and Font AwesomeArthurHoaro2016-08-0713-0/+2773
|
* Merge pull request #628 from ArthurHoaro/hotfix/default-privateArthur2016-08-071-1/+1
|\ | | | | Bugfix: wrong key used to get default private links setting
| * Bugfix: wrong key used to get default private links settingArthurHoaro2016-08-071-1/+1
|/
* Merge pull request #627 from ArthurHoaro/feature/translate-initArthur2016-08-073-0/+63
|\ | | | | Initialize a translation function
| * Initialize a translation functionArthurHoaro2016-08-073-0/+63
|/ | | | It matches the API of ngettext().
* Merge pull request #625 from ArthurHoaro/tokenVirtualTam2016-08-072-9/+1
|\ | | | | Generate a token for every pages
| * Generate a token for every pagesArthurHoaro2016-08-062-9/+1
| |
* | Merge pull request #626 from ArthurHoaro/hotfix/changepasswordVirtualTam2016-08-071-1/+1
|\ \ | |/ |/| Bugfix: enable change password if open shaarli is disabled
| * Bugfix: enable change password if open shaarli is disabledArthurHoaro2016-08-061-1/+1
|/
* Merge pull request #621 from ArthurHoaro/hotfix/update-escape-configVirtualTam2016-08-022-2/+26
|\ | | | | Fix update method escapeUnescapedConfig
| * Fix update method escapeUnescapedConfigArthurHoaro2016-08-022-2/+26
| | | | | | | | | | | | | | * Actually run it * unit tests Fixes #611
* | Merge pull request #618 from ArthurHoaro/tagcleanVirtualTam2016-08-023-3/+7
|\ \ | |/ |/| Better whitespace handling in tags
| * Better whitespace handling in tagsArthurHoaro2016-08-023-28/+6
| | | | | | | | | | | | Correct PR #573 to work properly with hidden tags, and add ReferenceLinkDB UT. Fixes #571 - Closes #573
| * add unit testChris Kuethe2016-08-021-0/+26
| |
| * Better whitespace handling in tags. Fixes #571Chris Kuethe2016-08-021-2/+2
|/
* Merge pull request #608 from virtualtam/refactor/bookmark-parserVirtualTam2016-07-263-8/+47
|\ | | | | Reference netscape-bookmark-parser & allow generating custom release archives
| * Makefile: generate release archives including 3rd-party librariesVirtualTam2016-07-252-7/+39
| | | | | | | | | | | | | | | | | | | | | | Relates to #607 Archive creation process (tar, zip): - let Composer resolve functional (no-dev) dependencies - call git-archive to generate a release archive - include 3rd-party dependencies to the generated archive Signed-off-by: VirtualTam <virtualtam@flibidi.net>
| * Composer: add shaarli/netscape-bookmark-parserVirtualTam2016-07-231-1/+8
|/ | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/607 Relates to https://github.com/kafene/netscape-bookmark-parser/issues/6 The Shaarli-forked version is checked out as a VCS repository. Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Merge pull request #605 from ArthurHoaro/clean-phpunitArthur2016-07-232-0/+6
|\ | | | | Hide expected 'error_log' while running TU (clean PHPUnit log)
| * Hide expected 'error_log' while running TU (clean PHPUnit log)ArthurHoaro2016-07-232-0/+6
| |
* | Merge pull request #604 from ArthurHoaro/no-deliciousArthur2016-07-232-2/+2
|\ \ | | | | | | Remove Delicious in project description in comments
| * | Remove Delicious in project description in commentsArthurHoaro2016-07-232-2/+2
| |/
* | Merge pull request #601 from ArthurHoaro/hotfix/title-missingArthur2016-07-232-15/+7
|\ \ | | | | | | Fixes #600 - Shaarli's title is not set with the new config manager
| * | Fixes #600 - Shaarli's title is not set with the new config managerArthurHoaro2016-07-192-15/+7
| |/ | | | | | | | | - Fixed title config key - Page title (in head tag) is no longer set through the config manager
* | Merge pull request #603 from julienCXX/pr-fix-test-method-nameArthur2016-07-211-2/+2
|\ \ | | | | | | Fix typo in test method name
| * | Fix typo in test method namejulienCXX2016-07-211-2/+2
|/ /
* | Merge pull request #596 from ArthurHoaro/hotfix/pluginmanager-tpl-varArthur2016-07-102-1/+2
|\ \ | |/ |/| Fix session_protection_disabled variable in configure.php
| * Fix variable in configure.phpArthurHoaro2016-07-102-1/+2
|/
* Merge pull request #558 from ArthurHoaro/hashtag4Arthur2016-07-0910-103/+270
|\ | | | | Hashtag system
| * Hashtag systemArthurHoaro2016-06-0610-104/+271
| | | | | | | | | | | | * Hashtag are auto-linked with a filter search * Supports unicode * Compatible with markdown (excluded in code blocks)
* | Merge pull request #570 from ArthurHoaro/config-managerArthur2016-07-0941-1130/+2096
|\ \ | | | | | | Introduce a configuration manager
| * | Add closing PHP tags to JSON config filesArthurHoaro2016-06-204-2/+18
| | |
| * | Pass the configuration manager to templatesArthurHoaro2016-06-151-0/+2
| | |
| * | Rename configuration key for better sectionsArthurHoaro2016-06-1110-167/+173
| | |
| * | PluginManager no longer uses singleton patternArthurHoaro2016-06-119-94/+63
| | |
| * | ConfigManager no longer uses singleton patternArthurHoaro2016-06-119-275/+342
| | |