Adds configuration variables, TPL and TMP, for RainTPL
The path for templates and temporary files are now part of the configuration. For a custom install, it's possible to put these writable directories elsewhere than in the read-only source code.
Removed redundant check on RAINTPL_TMP directory
The same test is already on line 93
Adds empty directories: cache, data, pagecache and tmp. Removes mkdirs.
They are still in .gitignore because their future content will still be ignored.
Removes htaccess file creation and adds them in the repository
I also removed the previously created placeholders, which after all, have no more utility.
Fix grammar, punctuation, spelling, trailing whitepaces and newlines;…
… Fix typo in css Based on respencer's work at https://github.com/respencer/Shaarli/ Closes #103
Merge pull request #20 from nodiscc/fix-typos
Fix grammar, punctuation, spelling, trailing whitepaces and newlines; Fix typo in css
Merge pull request #19 from nodiscc/master
bookmarklet: use selected text as description when adding a new link
replace unlicensed icons/images, add proper credits
* fugue icons (http://p.yusukekamiyamane.com/) CC-BY-SA license * ornimental bookend (https://openclipart.org/detail/19869/ornimental-bookend---left-by-j4p4n) Public domain license * Paper_texture_v5_by_bashcorpo_w1000.jpg source found at http://bashcorpo.deviantart.com/art/Grungy-paper-texture-v-5-22966998 under Public Domain license * linecons (https://www.iconfinder.com/iconsets/linecons-free-vector-icons-pack) CC-BY license * add credits to COPYING, (get list of committers with git shortlog -sne, and previous contributors from the author's website) * Fixes shaarli#10 * Fixes #8
Merge pull request #12 from nodiscc/iconslicense
fix icons license and general copyright information
update qr.min.js to 1.1.3 from https://github.com/neocotic/qr.js, upd…
…ate COPYING * fixes shaarli#7
fix: add missing slash when defining RainTPL's temp dir
Signed-off-by: VirtualTam <virtualtam@flibidi.org>
Merge pull request #27 from virtualtam/master
fix: add missing slash when defining RainTPL's temp dir
add link: in case of empty URL (self-post), prepend "Note: " to the t…
…itle * Thanks to qwertygc (shaarli#23) * Fix small typo
Merge pull request #30 from nodiscc/master
add link: in case of empty URL (self-post), prepend "Note: " to the title
add current release version number in shaarli_version.txt
* release process: please update this file when releasing a new version on github
update check: check against last version available on github.com/shaa…
…rli/Shaarli * fixes shaarli#5
Merge pull request #31 from nodiscc/version-check
Version check: check against latest version on github
Make ATOM toolbar button optional
* ATOM button display is now configurable using the SHOW_ATOM variable in index.php or data/options.php (defaults to false) * Fixes shaarli#24
thumbnails: force HTTPS for youtube, imgur, vimeo
* other services also provide thumbs over HTTPS, but the rewrite expression is more complex, so left out for now
Merge pull request #35 from nodiscc/optional-atom
Make ATOM toolbar button optional
Merge pull request #36 from nodiscc/https-thumbnails
thumbnails: force HTTPS for youtube, imgur, vimeo
La version actuelle de shaarli est la 0.042.
* Add screenshots * Use Mediacrush as a CDN for images to reduce load on sebsauvage.net * Improve page layout/sections * Reorder list of features * Add links to wiki and bug tracker * Add proper download links for stable/dev channels * Improve copyright/license notice
* adds an "archive" link next to permalinks, linking to the last version of the page on archive.org
Merge pull request #43 from nodiscc/archiveorg-integration
Add Archive.org integration
Merge pull request #39 from nodiscc/master
add warning about hostname/cookie storage problems during install
Merge pull request #51 from nodiscc/optional-archiveorg
make archive.org integration optional (ARCHIVE_ORG option, defaults to false)
use urlencode in tagcloud links
* prevents unproper escaping of characters like '&' * fixes #85 * fixes shaarli#48
Merge pull request #54 from nodiscc/tagcloud-urlencode
use urlencode in tagcloud links
Do not add a tag to the search if it's already being searched for
Merge pull request #60 from pikzen/master
Do not add a tag to the search if it's already being searched for. * Fixes shaarli#50 * Fixes #140
Prevents ?do=addlink from generating a 404 if the user is not logged in
Merge pull request #61 from pikzen/shaarli47
Prevents ?do=addlink from generating a 404 if the user is not logged in Fixes #141 Fixes shaarli#47
Added a link to the visible URL in the link list
Corrected CSS to prevent a line from showing underneath Fixes shaarli#53
Merge pull request #62 from pikzen/linkurl
Added a link to the visible URL in the link list
CSS: replace tabs by spaces, remove trailing whitespaces and empty lines
Signed-off-by: VirtualTam <virtualtam@flibidi.org> Conflicts: inc/shaarli.css
CSS: unify coding style - spaces, brackets, keywords
Spaces: - before an opening bracket - before a closing bracket - between a keyword and its value(s) - between comma-separated selectors Signed-off-by: VirtualTam <virtualtam@flibidi.org> Conflicts: inc/shaarli.css Conflicts: inc/shaarli.css Conflicts: inc/shaarli.css
CSS: expand one-line declarations
Signed-off-by: VirtualTam <virtualtam@flibidi.org> Conflicts: inc/shaarli.css