Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep up with master changeswebdesign | ArthurHoaro | 2017-01-14 | 4 | -19/+48 |
| | |||||
* | Improve header login button | ArthurHoaro | 2017-01-14 | 1 | -4/+10 |
| | |||||
* | Fix scrolling issue with Chrome | ArthurHoaro | 2017-01-14 | 2 | -166/+168 |
| | |||||
* | Fix delete buttons issues | ArthurHoaro | 2017-01-14 | 5 | -7/+19 |
| | |||||
* | Use latest feedbacks | ArthurHoaro | 2017-01-14 | 8 | -126/+155 |
| | |||||
* | Fix responsive menu | ArthurHoaro | 2017-01-14 | 1 | -0/+5 |
| | |||||
* | tmp | ArthurHoaro | 2017-01-07 | 2 | -35/+71 |
| | |||||
* | fix delete button | ArthurHoaro | 2017-01-06 | 2 | -5/+24 |
| | |||||
* | Simplify admin fields, change home icon | ArthurHoaro | 2017-01-06 | 6 | -15/+16 |
| | |||||
* | A lot of minor improvements, cleanup, narrow mobile side blank spaces | ArthurHoaro | 2017-01-06 | 20 | -152/+291 |
| | |||||
* | Takin theme reviews into account | ArthurHoaro | 2017-01-04 | 9 | -331/+193 |
| | |||||
* | Bugfixes on link deletion, and use a GET form | ArthurHoaro | 2017-01-03 | 2 | -9/+9 |
| | | | | | | | | | | | | Use a GET form to delete links: harmonize with edit_link and preparation for #585 Bug fixes: * LinkDB element can't be passed as reference, fix error: PHP Notice: Indirect modification of overloaded element of LinkDB has no effect * Resource cache folder setting wasn't set correctly | ||||
* | More merge mess up fixes | ArthurHoaro | 2016-12-18 | 2 | -15/+2 |
| | |||||
* | Apply v0.8.2 changes, add opensearch tpl, add favicon | ArthurHoaro | 2016-12-18 | 11 | -71/+118 |
| | |||||
* | Fix NetscapeImport merge | ArthurHoaro | 2016-12-18 | 1 | -142/+1 |
| | |||||
* | merge | ArthurHoaro | 2016-12-18 | 68 | -358/+1278 |
|\ | |||||
| * | Merge pull request #714 from ArthurHoaro/hotfix/banlogin | Arthur | 2016-12-16 | 2 | -2/+3 |
| |\ | | | | | | | Fixes can login function call in loginform.html | ||||
| | * | Fixes can login function call in loginform.html | ArthurHoaro | 2016-12-15 | 2 | -2/+3 |
| | | | | | | | | | | | | Fixes #711 | ||||
| * | | Merge pull request #716 from ArthurHoaro/hotfix/editoldlinks | Arthur | 2016-12-15 | 1 | -1/+3 |
| |\ \ | | |/ | |/| | Fix a regression: permalinks change when old links are edited | ||||
| | * | Fix a regression: permalinks change when old links are edited | ArthurHoaro | 2016-12-15 | 1 | -1/+3 |
| |/ | | | | | | | fixes #713 | ||||
| * | Ignore compressed tar archivehelp | ArthurHoaro | 2016-12-12 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #708 from ArthurHoaro/v0.8.1v0.8.1 | Arthur | 2016-12-12 | 12 | -36/+198 |
| |\ | | | | | | | Bump version to v0.8.1 | ||||
| | * | Bump version to v0.8.1 | ArthurHoaro | 2016-12-12 | 12 | -36/+198 |
| |/ | | | | | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro> | ||||
| * | Merge pull request #707 from ArthurHoaro/changelog | Arthur | 2016-12-12 | 1 | -1/+10 |
| |\ | | | | | | | changelog: add release date for v0.8.1 and add section v0.9.0 | ||||
| | * | changelog: add release date for v0.8.1 and add section v0.9.0 | ArthurHoaro | 2016-12-12 | 1 | -1/+10 |
| | | | |||||
| * | | Merge pull request #706 from ArthurHoaro/changelog | Arthur | 2016-12-12 | 1 | -4/+13 |
| |\| | | | | | | | changelog update | ||||
| | * | changelog update | ArthurHoaro | 2016-12-12 | 1 | -4/+13 |
| |/ | |||||
| * | Merge pull request #697 from ArthurHoaro/feature/ids-bis | Arthur | 2016-12-12 | 20 | -233/+617 |
| |\ | | | | | | | Link ID refactoring | ||||
| | * | Add a persistent 'shorturl' key to all links | ArthurHoaro | 2016-12-12 | 15 | -91/+115 |
| | | | | | | | | | | | | | | | | | | | | | All existing link will keep their permalinks. New links will have smallhash generated with date+id. The purpose of this is to avoid collision between links due to their creation date. | ||||
| | * | Unit Test for the new ID system | ArthurHoaro | 2016-12-12 | 8 | -95/+306 |
| | | | |||||
| | * | Apply the new ID system accros the whole codebase | ArthurHoaro | 2016-12-12 | 9 | -85/+100 |
| | | | |||||
| | * | Update method to use the new ID system, which replaces linkdate primary keys. | ArthurHoaro | 2016-12-12 | 1 | -2/+44 |
| | | | | | | | | | | | | | | | creation and update dates are now DateTime objects. Since this update is very sensitve (changing the whole database), the datastore will be automatically backed up into the file datastore.<datetime>.php. | ||||
| | * | Link ID refactoring | ArthurHoaro | 2016-12-12 | 1 | -43/+135 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Links now use an incremental unique numeric identifier. This ID is persistent and must never change. ArrayAccess is used to match the link ID with the array keys (see the comment in LinkDB for more details) Key 'created' added, with creation date as a DateTime object. 'updated' is now also a DateTime. | ||||
| * | | Merge pull request #679 from ArthurHoaro/plugins/header | Arthur | 2016-12-12 | 10 | -27/+130 |
| |\ \ | | |/ | |/| | Improve theme dependent plugin placeholders: | ||||
| | * | Improve theme dependent plugin placeholders: | ArthurHoaro | 2016-12-01 | 10 | -27/+130 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - buttons_toolbar: now expect links represented by an array instead of HTML content - fields_toolbar: now expect a form represented by an array instead of HTML content - action_plugin: now expect links represented by an array instead of HTML content Default templates updated accordingly mprove theme dependent plugin placeholders: | ||||
| * | | Merge pull request #702 from ArthurHoaro/feed-cdata | Arthur | 2016-12-05 | 1 | -3/+1 |
| |\ \ | | | | | | | | | Remove new line between content tag and CDATA in ATOM feed | ||||
| | * | | Remove new line between content tag and CDATA in ATOM feed | ArthurHoaro | 2016-12-02 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | Content not starting directly with CDATA can be misinterpreted by some feed parsers. | ||||
| * | | | Merge pull request #703 from ArthurHoaro/changelog | Arthur | 2016-12-05 | 1 | -0/+11 |
| |\ \ \ | | | | | | | | | | | Add latest merged changes to the CHANGELOG | ||||
| | * | | | Add latest merged changes to the CHANGELOG | ArthurHoaro | 2016-12-03 | 1 | -0/+11 |
| |/ / / | |||||
| * | | | Merge pull request #701 from ArthurHoaro/plugins/md-html-doc | Arthur | 2016-12-03 | 4 | -3/+32 |
| |\ \ \ | | |/ / | |/| | | Describe markdown HTML rendering and display a warning | ||||
| | * | | Describe markdown HTML rendering and display a warning | ArthurHoaro | 2016-12-01 | 4 | -3/+32 |
| | | | | | | | | | | | | | | | | Fixes #688 | ||||
| * | | | Merge pull request #691 from ArthurHoaro/plugins/no-md-feed | Arthur | 2016-12-01 | 3 | -18/+59 |
| |\ \ \ | | | | | | | | | | | Markdown: fixes feed rendering with nomarkdown tag | ||||
| | * | | | Markdown: fixes feed rendering with nomarkdown tag | ArthurHoaro | 2016-11-22 | 3 | -18/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * make sure we match exactly `nomarkdown` tag * pass the whole link data to stripNoMarkdownTag() to: * strip the noMD tag in taglist (array) * strip the tag in tags (string) Fixes #689 tmp | ||||
| * | | | | Merge pull request #700 from teromene/firefox-social-title | Arthur | 2016-11-30 | 1 | -15/+17 |
| |\ \ \ \ | | | | | | | | | | | | | Show page title when sharing via Firefox Social. | ||||
| | * | | | | Show page title when sharing via Firefox Social. | Teromene | 2016-11-29 | 1 | -15/+17 |
| | | |/ / | | |/| | | |||||
| * | | | | Merge pull request #699 from teromene/https-no-social | Arthur | 2016-11-30 | 2 | -1/+6 |
| |\ \ \ \ | | |/ / / | |/| | | | Disable Firefox Social in the tools section if the page is not loaded using HTTPS. | ||||
| | * | | | Disable Firefox Social in the tools section if the page is not loaded using ↵ | Teromene | 2016-11-29 | 2 | -1/+6 |
| |/ / / | | | | | | | | | | | | | HTTPS, as Firefox will deny the request. | ||||
| * | | | Merge pull request #692 from fpunktk/patch-1 | Arthur | 2016-11-22 | 1 | -1/+2 |
| |\ \ \ | | | | | | | | | | | add meta tag to block sending the referrer | ||||
| | * | | | Add meta tag to block sending the referrer | Felix Kästner | 2016-11-21 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Add a meta tag that tells the browser not to send the referrer header to external sites. | ||||
| * | | | | Merge pull request #680 from ArthurHoaro/apache-htaccess | Arthur | 2016-11-08 | 7 | -14/+91 |
| |\ \ \ \ | | |/ / / | |/| | | | .htaccess files: support Apache 2.4+ syntax |