| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #255 from ArthurHoaro/config | VirtualTam | 2015-07-09 | 3 | -34/+358 |
|\ |
|
| * | All settings are now stored in config.php | ArthurHoaro | 2015-07-09 | 3 | -38/+362 |
* | | Merge pull request #251 from virtualtam/linkdb/date-format | VirtualTam | 2015-07-09 | 5 | -12/+58 |
|\ \ |
|
| * | | LinkDB::filterDay(): check input date format | VirtualTam | 2015-07-09 | 5 | -12/+58 |
|/ / |
|
* | | Merge pull request #264 from ArthurHoaro/daily-nav | VirtualTam | 2015-07-09 | 1 | -6/+6 |
|\ \
| |/
|/| |
|
| * | Fixes #260: previous/next day links in daily | ArthurHoaro | 2015-07-08 | 1 | -6/+6 |
|/ |
|
* | Merge pull request #254 from virtualtam/test/linkdb/datastore | nodiscc | 2015-06-28 | 1 | -10/+4 |
|\ |
|
| * | LinkDBTest: only check that the datastore is created and non-empty | VirtualTam | 2015-06-28 | 1 | -10/+4 |
|/ |
|
* | doc: bump php requirement to php 5.4, fixes https://github.com/shaarli/Shaarl... | nodiscc | 2015-06-27 | 1 | -1/+1 |
* | Merge remote-tracking branch 'ArthurHoaro/default-links' | nodiscc | 2015-06-26 | 2 | -13/+17 |
|\ |
|
| * | Fixes unit tests: checking datastore filesize instead of hash. | ArthurHoaro | 2015-06-24 | 1 | -7/+7 |
| * | Change fresh install default link | ArthurHoaro | 2015-06-24 | 1 | -6/+10 |
* | | Merge remote-tracking branch 'virtualtam/linkdb/remove-globals' | nodiscc | 2015-06-26 | 4 | -35/+40 |
|\ \ |
|
| * | | LinkDB: do not access global variables | VirtualTam | 2015-06-24 | 4 | -35/+40 |
| |/ |
|
* | | [doc] sync doc with latest wiki, build HTML | nodiscc | 2015-06-26 | 9 | -233/+443 |
* | | [doc] update CONTRIBUTING | nodiscc | 2015-06-26 | 1 | -0/+1 |
* | | duplicated id removed | nicolasm | 2015-06-26 | 1 | -1/+1 |
* | | awesome.css restored. width bug fixed. | nicolasm | 2015-06-26 | 2 | -0/+6 |
* | | Merge pull request #249 from fbartels/patch-1 | nodiscc | 2015-06-26 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Restore compatability with php 5.3 | Felix Bartels | 2015-06-26 | 1 | -1/+1 |
|/ |
|
* | move escape() and sanitizeLink() to application/Utils.php | nodiscc | 2015-06-24 | 2 | -17/+27 |
* | Merge remote-tracking branch 'ArthurHoaro/input-escape' into next | nodiscc | 2015-06-24 | 12 | -97/+117 |
|\ |
|
| * | Working on shaarli/Shaarli#224 | ArthurHoaro | 2015-06-23 | 12 | -95/+113 |
* | | LinkDB: add 'hidePublicLinks' parameter to the constructor | VirtualTam | 2015-06-24 | 3 | -20/+59 |
* | | add travis-ci.org build status to README | nodiscc | 2015-06-24 | 1 | -1/+1 |
* | | Add link to 'Running unit tests wiki page' | nodiscc | 2015-06-23 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'nicolasdanelon/master' into next | nodiscc | 2015-06-23 | 2 | -7/+7 |
|\ \ |
|
| * | | cursor pointer for label (ux improvement) | Nicolas Danelon | 2015-06-23 | 1 | -0/+1 |
| * | | fix no javascript | Nicolas Danelon | 2015-06-23 | 2 | -6/+0 |
| * | | Update awesomplete.css | Nicolas Danelon | 2015-06-23 | 1 | -1/+0 |
| * | | filter input search responsive fixed (mobile) | Nicolas Danelon | 2015-06-23 | 2 | -2/+8 |
| |/ |
|
* / | Page title if there is a single link | ArthurHoaro | 2015-06-23 | 1 | -2/+4 |
|/ |
|
* | add tabindex 1/2 to search and tags fields | nodiscc | 2015-06-23 | 1 | -2/+3 |
* | Merge remote-tracking branch 'origin/doc-contributing' | nodiscc | 2015-06-23 | 1 | -0/+80 |
|\ |
|
| * | Create CONTIBUTING.md | nodiscc | 2015-06-10 | 1 | -0/+80 |
* | | Merge remote-tracking branch 'ArthurHoaro/daily-date' into next | nodiscc | 2015-06-23 | 2 | -2/+2 |
|\ \ |
|
| * | | Daily page: date format in template | ArthurHoaro | 2015-06-19 | 2 | -2/+2 |
| |/ |
|
* | | Merge remote-tracking branch 'nicolasdanelon/master' into next | nodiscc | 2015-06-23 | 2 | -4/+30 |
|\ \ |
|
| * | | fix login desktop | nda | 2015-06-19 | 1 | -0/+10 |
| * | | login enhance for mobile | nda | 2015-06-19 | 2 | -4/+20 |
| |/ |
|
* | | re-add readDb() missing from previous merge | nodiscc | 2015-06-23 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'virtualtam/test/link-db' into next | nodiscc | 2015-06-23 | 12 | -264/+1231 |
|\ \ |
|
| * | | LinkDB: move to a proper file, add test coverage | VirtualTam | 2015-06-11 | 12 | -257/+1231 |
| |/ |
|
* | | Merge remote-tracking branch 'ArthurHoaro/search-tag-awesomplete' into next | nodiscc | 2015-06-23 | 3 | -3/+23 |
|\ \ |
|
| * | | Add awesomplete to tag search shaarli/Shaarli#49 | ArthurHoaro | 2015-06-09 | 3 | -3/+23 |
| |/ |
|
* | | Merge remote-tracking branch 'virtualtam/travis' into next | nodiscc | 2015-06-23 | 1 | -0/+10 |
|\ \ |
|
| * | | Add Travis CI config | VirtualTam | 2015-06-05 | 1 | -0/+10 |
| |/ |
|
* / | Do not load links if they're hidden (also fix shaarli/Shaarli#202) | ArthurHoaro | 2015-06-09 | 1 | -20/+8 |
|/ |
|
* | split annoyingpatterns list on multpile lines, add new patterns for removal: | nodiscc | 2015-06-03 | 1 | -1/+14 |
* | Merge branch 'really-hide' of https://github.com/pikzen/Shaarli into next | nodiscc | 2015-05-22 | 1 | -2/+23 |
|\ |
|