Commit graph

  • bdd1715b24 Use awesomplete as autocomplete lib and remove jQuery - shaarli/Shaarli#148 ArthurHoaro 2015-03-06 21:29:56 +0100
  • 4f8063b639 theme: decrease border-radius to 3px everywhere nodiscc 2015-03-12 14:38:08 +0100
  • 736a73a96d update COPYING nodiscc 2015-03-12 13:19:03 +0100
  • 4a1a1190a6 picwall: link directly to the target URL (not the permalink) nodiscc 2015-03-08 00:53:05 +0100
  • 4aca798e47 added menu div and cleaned up code Miloš Jovanović 2015-03-10 18:13:23 -0500
  • 610bf4186a Fix menu dynamic resize, padding, private icon pixelation Miloš Jovanović 2015-03-10 14:44:51 -0500
  • 3ef1da28e8 Merge pull request #119 from ArthurHoaro/js-link nodiscc 2015-03-11 19:17:13 +0100
  • 33bf8a6f74 Merge pull request #151 from nodiscc/addnote-button nodiscc 2015-03-07 14:11:49 +0100
  • 1b434b5270 tools dialog: add a 'Add Note' bookmarklet to immediatly open a note (text post) compose window * Fixes https://github.com/shaarli/Shaarli/issues/142 * Fixes https://github.com/sebsauvage/Shaarli/issues/59 nodiscc 2015-03-06 22:50:30 +0100
  • 1c8f4fc107 Merge pull request #124 from virtualtam/static-analysis nodiscc 2015-03-07 01:19:06 +0100
  • 00f98bdaca Code quality: Makefile to run static code checkers VirtualTam 2015-02-25 22:08:50 +0100
  • 3a10fa0e3f fix broken URL for user.css nodiscc 2015-03-05 18:14:25 +0100
  • a056d988e7 fix broken CSS file URL introduced in 1f7f8ce067 nodiscc 2015-03-05 13:54:00 +0100
  • e894673c36 Merge pull request #140 from nodiscc/master nodiscc 2015-03-05 13:44:40 +0100
  • 9811b3efbc add bountysource.com badge * 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 nodiscc 2015-03-04 22:46:57 +0100
  • 35c2c4db5b Redirect to homepage after adding a link via "Add Link" dialog * Fixes https://github.com/shaarli/Shaarli/issues/115 nodiscc 2015-03-04 19:09:01 +0100
  • 473f37a2ee update README: add note about php-gd and git-based upgrade nodiscc 2015-03-04 19:08:02 +0100
  • 572fbafe5b remove duplicate license information, fixes https://github.com/shaarli/Shaarli/issues/135 nodiscc 2015-03-04 08:39:22 +0100
  • 1f7f8ce067 cleanup: remove version number from CSS links * fixes https://github.com/shaarli/Shaarli/issues/134 nodiscc 2015-03-03 23:09:13 +0100
  • 01b8f52718 Merge pull request #141 from nodiscc/cleanurl-filters nodiscc 2015-03-05 13:42:38 +0100
  • baf5cbf27d Improve URL cleaning: * also remove action_type_map, action_ref_map and action_object maps params used by facebook nodiscc 2015-03-05 13:40:43 +0100
  • 403a199409 Improve annoying URL parameters cleaning: * 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) nodiscc 2015-03-05 13:33:30 +0100
  • 0e5400e617 Merge pull request #132 from ArthurHoaro/picwall nodiscc 2015-03-04 23:27:28 +0100
  • ad2a397c66 cleanup: refactor annoying URL patterns in a single loop * fixes https://github.com/shaarli/Shaarli/issues/133 nodiscc 2015-03-04 19:52:24 +0100
  • bc1ef5b94a Add some filters to clean URLs Alexis J 2015-03-04 18:02:47 +0100
  • 34047d23fb Lazy load images with the light lib bLazy.js instead of jQuery: ArthurHoaro 2015-03-01 10:47:01 +0100
  • 7572cfbe96 Merge pull request #123 from nodiscc/dont-disclose-version Emilien Klein 2015-02-25 21:41:56 +0100
  • dbcad7406e Prevent visitors from reading shaarli version * 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. nodiscc 2015-02-25 13:25:45 +0100
  • 0c5746061e Merge pull request #120 from ArthurHoaro/optionalupdate Emilien Klein 2015-02-21 14:45:48 +0100
  • 329e076879 shaarli/Shaarli#34: Make update check optional * Add a check box at installation (checked by default) * Add a check box in configuration page ArthurHoaro 2015-02-20 22:28:10 +0100
  • f81139c9b2 Fixes shaarli/Shaarli#46: allow 'javascript:' links sharing ArthurHoaro 2015-02-20 21:46:21 +0100
  • be3f0b4ec3 bump version to 0.0.43beta nodiscc 2015-02-20 19:41:53 +0100
  • 4891e2f77a Merge pull request #86 from pikzen/fix-cookies nodiscc 2015-02-19 16:23:43 +0100
  • 6e838176a1 Added Gitter badge (Fixes #116) Emilien Klein 2015-02-19 12:05:18 +0100
  • ff69d87ed9 Only verify login state at the beginning of the request. Florian Eula 2014-12-25 14:00:50 +0100
  • e49de55ab1 Merge pull request #114 from nodiscc/redirect-previous-search nodiscc 2015-02-17 21:13:35 +0100
  • d528433d73 redirect to previous search (if any) when deleting a link * Fixes https://github.com/shaarli/Shaarli/issues/110 feula 2015-02-15 02:24:26 +0100
  • 225eff62a1 fix broken reset.css URL introduced in a6e0134 nodiscc 2015-02-17 20:58:11 +0100
  • 97f7ac4dd4 Merge pull request #109 from nodiscc/version-check nodiscc 2015-02-14 13:49:36 +0100
  • a6e0134d07 Fix missing authors and licenses in COPYING * 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 nodiscc 2015-02-07 20:19:27 +0100
  • e6ea0f9653 Update README and Shaarli's footer * 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 nodiscc 2014-12-17 07:47:43 +0100
  • aa69403cff Merge pull request #63 from pikzen/permaoptions nodiscc 2015-02-07 19:50:27 +0100
  • ed5b38ddd2 Feature: enable/disable permalinks for RSS 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. Florian Eula 2014-11-21 21:31:21 +0100
  • 086adcd4a9 [fix] bad detection of favicon url Knah Tsaeb 2015-01-30 10:47:07 +0100
  • f0bec991d0 Merge branch 'favicon' into myShaarli Knah Tsaeb 2015-01-30 09:37:52 +0100
  • 268682859a [add] show favicon of site [add] fetch and cache favicon favicon Knah Tsaeb 2015-01-29 16:59:59 +0100
  • 7d0a0d8a7a Merge pull request #107 from pikzen/fix-copying nodiscc 2015-01-27 13:22:28 +0100
  • 5a2cbde945 Fixed license info, reverted qr.js to GPL Florian Eula 2015-01-27 12:17:56 +0100
  • 09850e6a20 Merge pull request #98 from ArthurHoaro/port nodiscc 2015-01-26 14:49:56 +0100
  • 4e7b1bf698 Merge pull request #99 from pikzen/license-version nodiscc 2015-01-26 13:41:06 +0100
  • 852613dece Merge pull request #100 from virtualtam/daily-timestamp nodiscc 2015-01-26 13:40:37 +0100
  • e57e364c79 Merge pull request #103 from virtualtam/fix-w3c nodiscc 2015-01-26 13:40:14 +0100
  • 8e0ad1d920 Versioned JS files & centralized licenses feula 2015-01-09 12:41:52 +0100
  • 04751e0441 w3c: fix HTML syntax errors VirtualTam 2015-01-20 02:35:52 +0100
  • 38a2d03e34 daily: display link timestamps VirtualTam 2015-01-15 00:05:26 +0100
  • 486f25a5f4 Merge pull request #93 from ArthurHoaro/scripttag nodiscc 2015-01-11 14:56:22 +0100
  • 2f32d0746b Fixes Port/server config problems - see: 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 ArthurHoaro 2015-01-09 11:46:25 +0100
  • fe16b01edb * removed the language attribute on the script element since it is obsolete and we can safely omit it. * make QRCode JS works with IE : * behave as a normal link if canvas aren't supported (<=IE8) * default parameter values in JS aren't widely supported (see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Default_parameters ), use this method instead: http://stackoverflow.com/a/148918/1484919 * dataset isn't supported in IE9 use getAttribute instead * addEventListener works with IE9+ and other browsers ArthurHoaro 2015-01-08 15:09:46 +0100
  • a2d5ef2127 Merge pull request #77 from ArthurHoaro/w3c nodiscc 2015-01-09 02:34:00 +0100
  • 8079dfd1cd W3C compliance (work on issue #64 - https://github.com/shaarli/Shaarli/issues/64): * fix duplicate IDs - #paging_older, #paging_newer become classes as the paging is displayed twice (top, bottom) in the linklist * fix duplicate IDs - #paging_privatelinks and #paging_linksperpage become classes * daily links are now valid (use &amp) * name attribute is not used anymore on a tag in link list * center tag is replaced by CSS in picwall and tag cloud * action in form tag can't be empty, use # instead * fixed configure table with CSS instead of cellpadding, border, and valign * export links are now valid * remove "size" in input tag * Fix missing alt attributes for img elements * tpl/daily: Use HTML entities instead of char escape codes * tpl/export: fix missing </span> closing tag * Remove obsolete language attribute on <script> elements ArthurHoaro 2014-12-12 17:01:02 +0100
  • 002f9625ec Merge pull request #90 from shaarli/issue-87 nodiscc 2015-01-05 20:13:15 +0100
  • 657837af11 Redirect to home page after deleting a link Emilien Klein 2015-01-04 15:19:14 -0500
  • f8d83b35b6 Merge pull request #85 from nodiscc/tagcloud-scaling nodiscc 2014-12-29 03:00:25 +0100
  • 1e3b2740e5 improve tag cloud font size scaling * use logarithmic scales * remove bold style nodiscc 2014-12-24 20:00:17 +0100
  • 3259f1a814 Merge pull request #82 from pikzen/fix-search nodiscc 2014-12-25 01:21:39 +0100
  • 169512f0b8 Merge pull request #83 from pikzen/loop-factor nodiscc 2014-12-25 01:15:14 +0100
  • cae64e52e4 Refactored the daily column generation (only one loop) Florian Eula 2014-12-22 17:11:53 +0100
  • 2e45fdd8ff Made tag/title search unicode aware, fixes #75 Florian Eula 2014-12-22 16:43:37 +0100
  • 60b83e7cf7 fix quoting error introduced in 712501812b nodiscc 2014-12-16 19:52:06 +0100
  • 712501812b Merge pull request #81 from nodiscc/prevent-disclosure nodiscc 2014-12-16 19:26:11 +0100
  • 509762236b prevent disclosing PHP version on PHP version check error * fixes https://github.com/shaarli/Shaarli/issues/78 * fixes https://github.com/sebsauvage/Shaarli/issues/214 nodiscc 2014-12-16 19:24:37 +0100
  • 569be2e8d5 prevent disclosing full path when raising "Shaarli directory not writeable" error * work on https://github.com/shaarli/Shaarli/issues/78 nodiscc 2014-12-16 19:21:58 +0100
  • 038acd3a7f Merge pull request #69 from nodiscc/master nodiscc 2014-12-05 20:27:15 +0100
  • e0a9e14704 bookmarklet: add ✚ sign to make it more recognizable in toolbars nodiscc 2014-12-05 01:05:23 +0100
  • cdd870b72e Merge pull request #68 from virtualtam/hardcoded-style nodiscc 2014-12-05 17:56:19 +0100
  • c133612f32 CSS: remove hardcoded style from templates VirtualTam 2014-12-02 21:00:52 +0100
  • dff9ee543d Merge pull request #67 from e2jk/issue-66 nodiscc 2014-12-03 17:18:36 +0100
  • e5aab50ac4 Fix issue #66 by adding space before "selected" Emilien Klein 2014-12-02 23:42:23 +0100
  • fdd8fb2be2 Merge pull request #28 from virtualtam/unify-css nodiscc 2014-12-01 23:20:52 +0100
  • 6e70d65546 CSS: separate rules with a blank line VirtualTam 2014-11-09 13:21:48 +0100
  • 32c8dee39c CSS: expand one-line declarations VirtualTam 2014-11-08 23:44:11 +0100
  • eeb0fe33a0 CSS: unify coding style - spaces, brackets, keywords VirtualTam 2014-10-19 03:23:04 +0200
  • 9308d39fce CSS: replace tabs by spaces, remove trailing whitespaces and empty lines VirtualTam 2014-10-19 03:12:52 +0200
  • a58240ce8d Merge pull request #62 from pikzen/linkurl nodiscc 2014-11-21 21:16:02 +0100
  • d741c9fc16 Added a link to the visible URL in the link list Corrected CSS to prevent a line from showing underneath Fixes https://github.com/shaarli/Shaarli/issues/53 Florian Eula 2014-11-21 19:43:53 +0100
  • 9bd6089b57 Merge pull request #61 from pikzen/shaarli47 nodiscc 2014-11-21 18:42:10 +0100
  • aedc912d36 Prevents ?do=addlink from generating a 404 if the user is not logged in Fixes https://github.com/shaarli/Shaarli/issue/47 Florian Eula 2014-11-21 18:31:31 +0100
  • 4ad88dd190 Merge pull request #60 from pikzen/master nodiscc 2014-11-21 18:27:04 +0100
  • 732e683bda Do not add a tag to the search if it's already being searched for Florian Eula 2014-11-20 20:04:24 +0100
  • 9362352e12 Merge pull request #59 from tst2005/master nodiscc 2014-11-13 01:48:52 +0100
  • f2b2ac8c79 Merge pull request #54 from nodiscc/tagcloud-urlencode Emilien Klein 2014-11-10 22:16:27 +0100
  • 0845fb1ab8 use urlencode in tagcloud links * prevents unproper escaping of characters like '&' * fixes https://github.com/sebsauvage/Shaarli/issues/85 * fixes https://github.com/shaarli/Shaarli/issues/48 nodiscc 2014-11-09 21:09:43 +0100
  • dffa06ed61 Merge pull request #51 from nodiscc/optional-archiveorg nodiscc 2014-11-08 18:40:27 +0100
  • d2f517638c make archive.org integration optional (ARCHIVE_ORG option, defaults to false) nodiscc 2014-11-08 18:19:52 +0100
  • 6fdbfe817a Merge pull request #42 from nodiscc/new-readme Emilien Klein 2014-11-08 17:40:58 +0100
  • 903eb0f99c Merge pull request #39 from nodiscc/master Emilien Klein 2014-11-08 17:34:01 +0100
  • 19920acc17 Merge pull request #43 from nodiscc/archiveorg-integration Emilien Klein 2014-11-08 17:32:12 +0100
  • b113dc8e6b Add Archive.org integration * adds an "archive" link next to permalinks, linking to the last version of the page on archive.org Qwerty 2014-11-02 15:29:39 +0100
  • cffa853aae Update README: * 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 nodiscc 2014-10-09 15:45:23 +0200
  • 01ec179148 index.html: add warning message about hostname/cookie storage problems * Fixes https://github.com/sebsauvage/Shaarli/issues/196 * Fixes https://github.com/sebsauvage/Shaarli/issues/97 nodiscc 2014-11-03 13:21:14 +0100