Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change type for password field in installation | Nicolas Lœuillet | 2014-10-29 | 1 | -2/+2 |
| | |||||
* | Merge pull request #843 from rros/mysql-utf8mb4 | Nicolas Lœuillet | 2014-10-14 | 2 | -8/+10 |
|\ | | | | | Convert the MySQL charset to utf8mb4 to support the full range of unicode | ||||
| * | Convert the MySQL charset to utf8mb4 to support the full range of unicode ↵ | Robert Ros | 2014-09-18 | 2 | -8/+10 |
| | | | | | | | | characters | ||||
* | | Merge pull request #860 from wallabag/compatibility_file | Thomas Citharel | 2014-10-08 | 1 | -0/+427 |
|\ \ | | | | | | | Move compatibility file (fixes #858) | ||||
| * | | Right redirect from the new path | tcit | 2014-10-08 | 1 | -2/+2 |
| | | | |||||
| * | | change href in install/index.php | Nicolas Lœuillet | 2014-10-08 | 1 | -1/+1 |
| | | | |||||
| * | | Fixes #858: move compatibility file into install folder | Nicolas Lœuillet | 2014-10-08 | 1 | -0/+427 |
| | | | |||||
* | | | query for populate mysql/postgres was called when we choosed sqlite | Nicolas Lœuillet | 2014-10-08 | 1 | -3/+5 |
|/ / | |||||
* | | Fix bug for #787 | tcit | 2014-10-08 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'dev' into data-for-mysql | tcit | 2014-10-08 | 1 | -4/+15 |
|\ \ | |||||
| * \ | Merge branch 'issue-844' of https://github.com/rros/wallabag into dev | tcit | 2014-09-28 | 1 | -3/+3 |
| |\ \ | |||||
| | * | | Fix the PostgreSQL install errors | Robert Ros | 2014-09-21 | 1 | -3/+3 |
| | |/ | |||||
| * / | added email field | tcit | 2014-07-25 | 1 | -1/+3 |
| |/ | |||||
| * | WHAT. A. BIG. REFACTOR. + new license (we moved to MIT one) | Nicolas Lœuillet | 2014-07-11 | 1 | -0/+9 |
| | | |||||
* | | added moreQueries for postgressql | Maryana Rozhankivska | 2014-08-21 | 1 | -0/+7 |
| | | |||||
* | | Add data for mysql installation, see #624 | Nicolas Lœuillet | 2014-07-22 | 1 | -0/+12 |
|/ | |||||
* | I removed my previous commit. We have to create a new branch for that. | Nicolas Lœuillet | 2014-07-10 | 1 | -0/+0 |
| | |||||
* | new fields in database, reading time / date and domain name are stored | Nicolas Lœuillet | 2014-07-08 | 1 | -0/+0 |
| | |||||
* | Fix #657 and postgresql problems | tcit | 2014-04-23 | 1 | -3/+3 |
| | |||||
* | config.inc.php.new renamed in config.inc.default.php | Maryana Rozhankivska | 2014-04-22 | 1 | -1/+1 |
| | |||||
* | Added IF NOT EXISTS | Justin Plock | 2014-04-14 | 1 | -7/+7 |
| | |||||
* | Important fixes for search engine (thx @mariroz) | tcit | 2014-04-02 | 1 | -3/+3 |
| | | | | | | | | | | | | So sorry for the mess... :( * search only in users' own articles * sanitized what is searched * display what is searched * pagination, sorting available when searching * use existing function to query db * bad encoding caracters fixed * link to JQuery into default theme, no longer in each theme * some spaces instead of tabs | ||||
* | oops, restore @tcitworld commit. I'm so tired | Nicolas Lœuillet | 2014-03-30 | 1 | -10/+58 |
| | |||||
* | [fix] undefined vars in install script | Nicolas Lœuillet | 2014-03-30 | 1 | -56/+8 |
| | |||||
* | Improvements to install script | tcit | 2014-03-28 | 1 | -7/+29 |
| | | | | | | * automatically remove install/ folder * go easier though the compatibility test <-> install script pages * Small fixes which raised php warnings | ||||
* | [fix] #483 pdo_sqlite not required if we want mysql / pgsql | Nicolas Lœuillet | 2014-02-28 | 1 | -2/+29 |
| | |||||
* | [add] message in install screen to prevent user when wallabag is already ↵ | Nicolas Lœuillet | 2014-02-20 | 1 | -3/+11 |
| | | | | installed | ||||
* | [fix] css display with baggy theme | Nicolas Lœuillet | 2014-02-19 | 1 | -3/+3 |
| | |||||
* | version number 1.5.11.5.1.1 | Nicolas Lœuillet | 2014-02-19 | 1 | -3/+3 |
| | |||||
* | [add] script to make the install more user friendly #466 | Nicolas Lœuillet | 2014-02-18 | 1 | -0/+283 |
| | |||||
* | [change] change default content #445 | Nicolas Lœuillet | 2014-02-13 | 1 | -0/+0 |
| | |||||
* | Correction de bugs dans le schema mysql | Pierre | 2014-01-07 | 1 | -3/+3 |
| | | | | | - users/name type de int a varchar - valeurs par defaut ajoutees pour entries/is_read et is_fav | ||||
* | tags: mysql create tables if not exists | Dmitry Sandalov | 2013-12-19 | 1 | -3/+3 |
| | |||||
* | [add] tags and tags_entries for mysql & postgresql | Nicolas Lœuillet | 2013-12-06 | 2 | -1/+27 |
| | |||||
* | [add] tags and tags_entries tables in poche.sqlite | Nicolas Lœuillet | 2013-12-06 | 1 | -0/+0 |
| | |||||
* | bug fix #278: mysql collation not UTF8 | Nicolas Lœuillet | 2013-10-25 | 1 | -4/+4 |
| | |||||
* | bug fix #268: move POCHE_VERSION in index.php and change the name to avoid ↵ | Nicolas Lœuillet | 2013-10-07 | 2 | -151/+0 |
| | | | | conflicts when updating | ||||
* | site_config is now embedded with poche | Nicolas Lœuillet | 2013-10-03 | 1 | -77/+0 |
| | |||||
* | Fix missing lang in html tag of update pages | NumEricR | 2013-09-14 | 2 | -2/+2 |
| | |||||
* | changelog in update1.0-beta4 | Nicolas Lœuillet | 2013-08-25 | 1 | -12/+18 |
| | |||||
* | preparing to beta4 | Nicolas Lœuillet | 2013-08-23 | 1 | -0/+71 |
| | |||||
* | new messages when update / install | Nicolas Lœuillet | 2013-08-23 | 1 | -0/+0 |
| | |||||
* | new default content in poche.sqlite | Nicolas Lœuillet | 2013-08-23 | 1 | -0/+0 |
| | |||||
* | typo | Nicolas Lœuillet | 2013-08-16 | 1 | -1/+1 |
| | |||||
* | some precisons in updating poche | Nicolas Lœuillet | 2013-08-16 | 1 | -0/+1 |
| | |||||
* | updating script | Nicolas Lœuillet | 2013-08-16 | 1 | -0/+78 |
| | |||||
* | test if /install exists | Nicolas Lœuillet | 2013-08-08 | 1 | -1/+1 |
| | |||||
* | populate user_config1.0-beta1 | Nicolas Lœuillet | 2013-08-07 | 1 | -0/+8 |
| | |||||
* | good version of poche.sqlite | Nicolas Lœuillet | 2013-08-07 | 1 | -0/+0 |
| | |||||
* | fixes for 1.0-beta | Nicolas Lœuillet | 2013-08-07 | 2 | -1/+1 |
| |