index
:
Shaarli
doc-bulk-creation
doc-composer
doc-fix-homepage-icon
doc-fix-mkdocs-warnings
doc-update-php-compat
fix-broken-doc-links
gitolite_local/ldap
latest
legacy
master
revert-1220-url-filter
stable
v0.10
v0.11
v0.12
v0.7
v0.8
v0.9
webdesign
The personal, minimalist, super-fast, database free, bookmarking service - community repo
Immae
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Plugin: add render_feed hook and call it while generating ATOM and RSS feed.
ArthurHoaro
2016-03-18
2
-1
/
+32
|
*
|
|
Refactor showRSS, and make it use the RSS template
ArthurHoaro
2016-03-18
1
-53
/
+67
|
*
|
|
Refactor showAtom, and make it use the ATOM template
ArthurHoaro
2016-03-18
2
-67
/
+60
|
*
|
|
Adds a route for ATOM and RSS feeds page
ArthurHoaro
2016-03-18
1
-0
/
+12
|
*
|
|
Adds a RSS template file
ArthurHoaro
2016-03-18
1
-0
/
+34
|
*
|
|
Create a template to handle ATOM feed
ArthurHoaro
2016-03-18
1
-0
/
+40
|
*
|
|
Add method assignAll() to pageBuilder to assign an array of data
ArthurHoaro
2016-03-18
1
-0
/
+23
|
|
/
/
*
|
|
Merge pull request #521 from ArthurHoaro/hotfix/404login
VirtualTam
2016-03-24
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Use generateLocation to set the redirection in login (and don't escape the url)
ArthurHoaro
2016-03-21
1
-1
/
+1
|
|
/
*
|
Merge pull request #513 from ArthurHoaro/hotfix/retrieve-title-issue
VirtualTam
2016-03-14
2
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fixes #512: retrieving title didn't match the first closing tag
ArthurHoaro
2016-03-08
2
-1
/
+3
|
/
*
Merge pull request #509 from ArthurHoaro/v0.6.5
v0.6.5
Arthur
2016-03-02
2
-3
/
+3
|
\
|
*
Bump version to v0.6.5
ArthurHoaro
2016-03-02
2
-3
/
+3
|
/
*
Merge pull request #504 from ArthurHoaro/hotfix/http_language
Arthur
2016-03-01
1
-1
/
+4
|
\
|
*
Fixes #503: check that HTTP_ACCEPT_LANGUAGE is set before calling autoLocale()
ArthurHoaro
2016-02-28
1
-1
/
+4
*
|
Merge pull request #506 from kalvn/master
Arthur
2016-03-01
1
-1
/
+4
|
\
\
|
*
|
Avoids populating a markdown empty container if there's no description.
kalvn
2016-02-28
1
-1
/
+4
|
|
/
*
|
Merge pull request #505 from ArthurHoaro/hotfix/multi-reverse-proxy
Arthur
2016-03-01
2
-2
/
+25
|
\
\
|
|
/
|
/
|
|
*
Fixes #477: support multi reverse proxy with comma syntax
ArthurHoaro
2016-02-28
2
-2
/
+25
|
/
*
Merge pull request #501 from ArthurHoaro/v0.6.4
v0.6.4
Arthur
2016-02-28
2
-3
/
+3
|
\
|
*
Bump version to v0.6.4
ArthurHoaro
2016-02-28
2
-3
/
+3
|
/
*
Merge pull request #500 from ArthurHoaro/plugin-icon-style
Arthur
2016-02-28
5
-4
/
+9
|
\
|
*
Fixes #411: remove hardcoded plugin icon size
ArthurHoaro
2016-02-28
5
-4
/
+9
*
|
Merge pull request #496 from ArthurHoaro/cross-search
Arthur
2016-02-28
6
-65
/
+178
|
\
\
|
|
/
|
/
|
|
*
Allow crossed search between terms and tags
ArthurHoaro
2016-02-28
6
-65
/
+178
*
|
Merge pull request #491 from ArthurHoaro/markdown-escape2
Arthur
2016-02-25
3
-16
/
+58
|
\
\
|
*
|
Markdown: don't escape content + sanitize sensible tags
ArthurHoaro
2016-02-19
3
-16
/
+58
*
|
|
Merge pull request #495 from nicolasdanelon/patch-3
Arthur
2016-02-24
2
-8
/
+12
|
\
\
\
|
*
|
|
Update shaarli.css
Nicolas Danelon
2016-02-23
1
-0
/
+4
|
*
|
|
Fixes #494: inputs & labels with plugin name
Nicolas Danelon
2016-02-23
1
-8
/
+8
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #492 from ArthurHoaro/locale-sort-fix
Arthur
2016-02-24
2
-25
/
+31
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fixes #481: tag cloud fatal error
ArthurHoaro
2016-02-19
1
-4
/
+5
|
*
|
Apply the locale to all categories and move autolocale to Utils.php
ArthurHoaro
2016-02-19
2
-21
/
+26
|
|
/
*
|
Merge pull request #490 from nicolasdanelon/patch-2
Arthur
2016-02-19
1
-0
/
+29
|
\
\
|
*
|
adding styles for code & pre tags
Nicolas Danelon
2016-02-19
1
-0
/
+29
|
/
/
*
|
Merge pull request #486 from virtualtam/refactor/datetime
Arthur
2016-02-18
3
-43
/
+29
|
\
\
|
*
|
cleanup: use DateTime to format dates
VirtualTam
2016-02-17
3
-43
/
+29
|
|
/
*
|
Merge pull request #470 from ArthurHoaro/description-trim
Arthur
2016-02-18
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fixes #468: don't trim description
ArthurHoaro
2016-02-18
1
-1
/
+1
|
/
*
Merge pull request #455 from ArthurHoaro/improved-search-454
Arthur
2016-02-15
4
-46
/
+138
|
\
|
*
Support text search across link fields.
ArthurHoaro
2016-02-15
4
-35
/
+73
|
*
Improved search: combine AND, exact terms and exclude search.
ArthurHoaro
2016-02-15
4
-29
/
+83
|
/
*
Merge pull request #461 from ArthurHoaro/tagcloud-sort
Arthur
2016-02-15
1
-3
/
+17
|
\
|
*
Fixes #456: Tag cloud does not sort tags (fully) alphabetically
ArthurHoaro
2016-02-05
1
-3
/
+17
*
|
Merge pull request #447 from ArthurHoaro/hidden-tags
Arthur
2016-02-15
4
-2
/
+27
|
\
\
|
*
|
Private/Hidden tags
ArthurHoaro
2016-02-15
4
-2
/
+27
|
/
/
*
|
Merge pull request #446 from ArthurHoaro/search-tag-exclude
Arthur
2016-02-15
8
-12
/
+79
|
\
\
|
*
|
Remove first '-' char when saving tags
ArthurHoaro
2016-02-15
1
-0
/
+2
|
*
|
Add exclusion in tag search
ArthurHoaro
2016-02-15
7
-12
/
+77
|
/
/
*
|
Merge pull request #479 from ArthurHoaro/pluginsadmin-error-url
Arthur
2016-02-15
1
-1
/
+1
|
\
\
[prev]
[next]