aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* update COPYINGnodiscc2015-03-121-0/+1
|
* added menu div and cleaned up codeMiloš Jovanović2015-03-111-14/+29
|
* Fix menu dynamic resize, padding, private icon pixelationMiloš Jovanović2015-03-112-35/+58
|
* Merge pull request #119 from ArthurHoaro/js-linknodiscc2015-03-111-1/+1
|\ | | | | allow 'javascript:' links sharing (bookmarklets)
| * Fixes shaarli/Shaarli#46: allow 'javascript:' links sharingArthurHoaro2015-02-201-1/+1
| |
* | Merge pull request #151 from nodiscc/addnote-buttonnodiscc2015-03-071-0/+1
|\ \ | | | | | | tools dialog: add a 'Add Note' bookmarklet to immediatly open a note (text post) compose window
| * | tools dialog: add a 'Add Note' bookmarklet to immediatly open a note (text ↵nodiscc2015-03-071-0/+1
| | | | | | | | | | | | | | | | | | | | | post) compose window * Fixes https://github.com/shaarli/Shaarli/issues/142 * Fixes https://github.com/sebsauvage/Shaarli/issues/59
* | | Merge pull request #124 from virtualtam/static-analysisnodiscc2015-03-073-1/+116
|\ \ \ | |/ / |/| | Code quality: Makefile to run static code checkers
| * | Code quality: Makefile to run static code checkersVirtualTam2015-03-053-1/+116
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relates to #71 Relates to #95 Additions: - Makefile for easy usage, - Composer file to declare dev & test dependencies. Features: - PHP Copy/Paste Detect: detect duplicate code; - PHP Code Sniffer: static analysis, syntax checking, - PHP Mess Detector: static analysis, syntax checking. Signed-off-by: VirtualTam <virtualtam@flibidi.org>
* | fix broken URL for user.cssnodiscc2015-03-051-1/+1
| |
* | fix broken CSS file URL introduced in 1f7f8ce067b278a4837364191513d04f7548cef9nodiscc2015-03-051-1/+1
| |
* | Merge pull request #140 from nodiscc/masternodiscc2015-03-054-127/+7
|\ \ | | | | | | Various fixes
| * | add bountysource.com badgenodiscc2015-03-051-1/+1
| | | | | | | | | | | | | | | * Bountysource is the funding platform for open-source software. Users can improve the open-source projects they love by creating/collecting bounties and pledging to fundraisers. * https://github.com/bountysource/frontend/wiki/Frequently-Asked-Questions
| * | Redirect to homepage after adding a link via "Add Link" dialognodiscc2015-03-051-0/+1
| | | | | | | | | | | | * Fixes https://github.com/shaarli/Shaarli/issues/115
| * | update README: add note about php-gd and git-based upgradenodiscc2015-03-051-4/+3
| | |
| * | remove duplicate license information, fixes ↵nodiscc2015-03-051-120/+0
| | | | | | | | | | | | https://github.com/shaarli/Shaarli/issues/135
| * | cleanup: remove version number from CSS linksnodiscc2015-03-051-2/+2
|/ / | | | | | | * fixes https://github.com/shaarli/Shaarli/issues/134
* | Merge pull request #141 from nodiscc/cleanurl-filtersnodiscc2015-03-051-4/+7
|\ \ | | | | | | Add URL cleaning filters + refactoring
| * | Improve URL cleaning:nodiscc2015-03-051-1/+1
| | | | | | | | | | | | * also remove action_type_map, action_ref_map and action_object maps params used by facebook
| * | Improve annoying URL parameters cleaning:nodiscc2015-03-051-2/+3
| | | | | | | | | | | | | | | | | | * Use regular expressions to avoid suplicating params depending on their position in the URL (&param=,?param=) * Only remove the relevant URL pattern and don't remove following params, fixes https://github.com/shaarli/Shaarli/issues/136 * Credits to Marcus Rohrmoser (https://github.com/mro)
| * | cleanup: refactor annoying URL patterns in a single loopnodiscc2015-03-041-9/+6
| | | | | | | | | | | | * fixes https://github.com/shaarli/Shaarli/issues/133
| * | Add some filters to clean URLsAlexis J2015-03-041-0/+5
| | |
* | | Merge pull request #132 from ArthurHoaro/picwallnodiscc2015-03-049-280/+256
|\ \ \ | |/ / |/| | Lazy load images with the light lib bLazy.js instead of jQuery
| * | Lazy load images with the light lib bLazy.js instead of jQuery:ArthurHoaro2015-03-019-280/+256
|/ / | | | | | | | | | | | | * Remove jquery.lazyload lib * Add blazy lib * Add a bit of CSS animation * Delete unused picwall2 template
* | Merge pull request #123 from nodiscc/dont-disclose-versionEmilien Klein2015-02-253-3/+3
|\ \ | | | | | | Prevent visitors from reading shaarli version
| * | Prevent visitors from reading shaarli versionnodiscc2015-02-253-3/+3
|/ / | | | | | | | | | | | | * fixes https://github.com/shaarli/Shaarli/issues/122 * the shaarli version is now in a php comment block, which prevents visitors from reading it when it is place on a PHP-enabled server, but still allows the update mechanism to read it from the source on github.
* | Merge pull request #120 from ArthurHoaro/optionalupdateEmilien Klein2015-02-213-11/+22
|\ \ | |/ |/| shaarli/Shaarli#34: Make update check optional
| * shaarli/Shaarli#34: Make update check optionalArthurHoaro2015-02-203-11/+22
|/ | | | | * Add a check box at installation (checked by default) * Add a check box in configuration page
* bump version to 0.0.43betav0.0.43betanodiscc2015-02-202-3/+3
|
* Merge pull request #86 from pikzen/fix-cookiesnodiscc2015-02-191-22/+57
|\ | | | | Prevent shaarli from sending thousands of cookies.
| * Only verify login state at the beginning of the request.Florian Eula2015-02-181-22/+57
| | | | | | | | Moved login check into a function
* | Added Gitter badge (Fixes #116)Emilien Klein2015-02-191-0/+1
|/
* Merge pull request #114 from nodiscc/redirect-previous-searchnodiscc2015-02-171-1/+31
|\ | | | | redirect to previous search (if any) when deleting a link
| * redirect to previous search (if any) when deleting a linkfeula2015-02-171-1/+31
|/ | | | * Fixes https://github.com/shaarli/Shaarli/issues/110
* fix broken reset.css URL introduced in a6e0134nodiscc2015-02-171-1/+1
|
* Merge pull request #109 from nodiscc/version-checknodiscc2015-02-146-19/+217
|\ | | | | Update README and Shaarli's footer
| * Fix missing authors and licenses in COPYINGnodiscc2015-02-144-10/+204
| | | | | | | | | | | | | | * add idleman for original CSS * add yahoo inc. for CSS reset * split the main css code and the yahoo reset CSS in 2 files * add copyright information for RainTPL, add LGPL license
| * Update README and Shaarli's footernodiscc2015-02-142-9/+13
|/ | | | | | | | | * remove version number display from main page * update project URL in footer, fixes https://github.com/shaarli/Shaarli/issues/89 * update copyright notice in the footer * mention origins of the fork in README, fixes https://github.com/shaarli/Shaarli/issues/105 * update License section in the README * remove screenshots as mediacru.sh is down
* Merge pull request #63 from pikzen/permaoptionsnodiscc2015-02-074-13/+27
|\ | | | | New option ENABLE_RSS_PERMALINKS: choose whether the RSS item title link points directly to the link, or to the entry on Shaarli (permalink)
| * Feature: enable/disable permalinks for RSSFlorian Eula2015-02-074-13/+27
|/ | | | | | | | | | | | | | | | | | | | The option to see the shortlinks or permalinks has been added to the configuration panel. It is a simple checkbox This option is disabled by default (meaning that shortlinks are the default) Updated writeConfig() to save this option Also fixed a slight typo in config.html. Removed useless CSS & fixed a comment Enabled permalinks for the ATOM feed and fixed the isPermaLink attribute for the <guid> tag Reverted to default behavior and clarified its meaning EnableRssPermalinks is an oddly behaving option: when enabled, it shows a permalink in the description and a full link in the element title, and swaps it around when disabled. This clarifies the option for end-users Also, moved enable_rss_permalinks to $GLOBALS['config'] because it is a config option. fix indent
* Merge pull request #107 from pikzen/fix-copyingnodiscc2015-01-271-12/+510
|\ | | | | Fix license info: reverted qr.js to GPL, add full GPLv3 and CC-BY licenses
| * Fixed license info, reverted qr.js to GPLFlorian Eula2015-01-271-12/+510
|/ | | | | | | Added full GPLv3 and CC-BY license I also accidentally declared qr.js as MIT and CC-BY, when it was GPLv3. I don't even.
* Merge pull request #98 from ArthurHoaro/portnodiscc2015-01-261-4/+4
|\ | | | | Fix port/server config problems by using php SERVER_NAME instead of HTTP_HOST
| * Fixes Port/server config problems - see: ↵ArthurHoaro2015-01-091-4/+4
| | | | | | | | | | | | | | https://github.com/shaarli/Shaarli/issues/17 * Use SERVER_NAME instead of HTTP_HOST to define current URL (in serverUrl() * Use SERVER_NAME instead of HTTP_HOST while setting up cookies
* | Merge pull request #99 from pikzen/license-versionnodiscc2015-01-2617-82/+28580
|\ \ | | | | | | Versioned JS files & centralized licenses
| * | Versioned JS files & centralized licensesfeula2015-01-2117-82/+28580
| | | | | | | | | | | | | | | | | | | | | Updated libraries Updated copyright dates and the list of contributors. Added unminified sources for GPL compliance
* | | Merge pull request #100 from virtualtam/daily-timestampnodiscc2015-01-263-0/+10
|\ \ \ | | | | | | | | daily: display link timestamps
| * | | daily: display link timestampsVirtualTam2015-01-153-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #26 Signed-off-by: VirtualTam <virtualtam@flibidi.org>
* | | | Merge pull request #103 from virtualtam/fix-w3cnodiscc2015-01-264-4/+5
|\ \ \ \ | |/ / / |/| | | w3c: fix HTML syntax errors
| * | | w3c: fix HTML syntax errorsVirtualTam2015-01-204-4/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #64 All pages: - add `urlencode` when passing the version to a custom stylesheet; - set meaningful values of `alt` and `title` for QR-Code images. Install page: - the form's `action` attribute must be non-empty; - the `valign` attribute is deprecated. Signed-off-by: VirtualTam <virtualtam@flibidi.org>