Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #41 from pascalchevrel/l10n | Maurice Svay | 2012-04-30 | 5 | -114/+442 |
|\ | | | | | Update l10n support: | ||||
| * | Update l10n support: | Pascal Chevrel | 2012-04-30 | 5 | -114/+442 |
| | | | | | | | | | | | | | | | | - improved regex logic in the extraction parser (fixes a couple of bugs in edge cases) - *.tpl.php files were not parsed because of the double dot, now fixed - strings requiring translation are now indicated in the source file to make them stand out - support for the {ok} tag, adding this tag allows the localizer to indicate that a string remains in English (or that it is spelt the same in his language) - add an english reference file, in case we want to send it to volunteers | ||||
* | | Merge pull request #40 from pascalchevrel/cache | Maurice Svay | 2012-04-29 | 1 | -3/+4 |
|\ \ | |/ |/| | full page caching is not storing cached copy in the cache/ folder but cr... | ||||
| * | full page caching is not storing cached copy in the cache/ folder but ↵ | Pascal Chevrel | 2012-04-27 | 1 | -3/+4 |
| | | | | | | | | creates a cache file because of a bad path + code whitespace fixes for clarity | ||||
* | | Merge pull request #38 from pascalchevrel/l10n | Maurice Svay | 2012-04-29 | 3 | -2/+198 |
|\ \ | |/ |/| | add support for localization notes in strings. This is a feature allowin... | ||||
| * | extraction script for localization, extracts all localizable strings in the ↵ | Pascal Chevrel | 2012-04-25 | 1 | -0/+196 |
| | | | | | | | | repo and updates the .lang files | ||||
| * | add support for localization notes in strings. This is a feature allowing ↵ | Pascal Chevrel | 2012-04-25 | 2 | -2/+2 |
|/ | | | | developpers to add a short comment to a string explaining to localizers the context in which the string is used. This is a feature needed for the string extraction tools | ||||
* | Merge pull request #37 from pascalchevrel/master | Maurice Svay | 2012-04-23 | 1 | -1/+1 |
|\ | | | | | use 'dev' as the version number in VERSION during development | ||||
| * | use 'dev' as the VERSION number for the development branch, Issue 30 | Pascal Chevrel | 2012-04-23 | 1 | -1/+1 |
|/ | |||||
* | Rename $person to $feed | Maurice Svay | 2012-04-10 | 1 | -13/+13 |
| | |||||
* | ignore people.opml.bak | Maurice Svay | 2012-04-10 | 1 | -1/+1 |
| | |||||
* | Update contributors | Maurice Svay | 2012-04-10 | 1 | -1/+2 |
| | |||||
* | Escape site name in RSS and Atom | Maurice Svay | 2012-03-23 | 2 | -2/+2 |
| | | | | Fixes #31 | ||||
* | Merge pull request #29 from pascalchevrel/l10n | Maurice Svay | 2012-03-23 | 16 | -99/+347 |
|\ | | | | | l10n support for moonmoon | ||||
| * | forgot to migrate the login page to incoude the l10n class (didn't notice ↵ | Pascal Chevrel | 2012-03-13 | 2 | -3/+10 |
| | | | | | | | | because of the cookie) | ||||
| * | Merge branch 'master' into l10n | Pascal Chevrel | 2012-03-12 | 0 | -0/+0 |
| |\ | |/ |/| | | | | | Conflicts: install.php | ||||
* | | Merge pull request #28 from pascalchevrel/installProcess | Maurice Svay | 2012-03-12 | 1 | -40/+16 |
|\ \ | | | | | | | cleanup install process code, make file requirements checking even simpler | ||||
| * | | cleanup install process code, make file requirements checking even simpler | Pascal Chevrel | 2012-03-12 | 1 | -40/+16 |
| | | | |||||
| | * | l10n support for moonmoon | Pascal Chevrel | 2012-03-12 | 15 | -136/+353 |
| |/ |/| | |||||
* | | Merge pull request #27 from pascalchevrel/ConvertPHP4code | Maurice Svay | 2012-03-11 | 1 | -19/+30 |
|\ \ | | | | | | | Convert php4code | ||||
| * | | Convert back Planet.class.php to php5 syntax + UNix enlines | Pascal Chevrel | 2012-03-11 | 1 | -155/+155 |
| | | | |||||
| * | | Convert back Planet.class.php tp php5 syntax | Pascal Chevrel | 2012-03-11 | 1 | -144/+155 |
| |/ | |||||
* | | Merge pull request #26 from pascalchevrel/admin_template | Maurice Svay | 2012-03-11 | 1 | -22/+22 |
|\ \ | |/ |/| | fix css in admin pages | ||||
| * | fix css in admin pages that were reverted to pre html5 version in a merge | Pascal Chevrel | 2012-03-11 | 1 | -22/+22 |
|/ | |||||
* | Merge branch 'installProcess' of https://github.com/pascalchevrel/moonmoon ↵ | Maurice Svay | 2012-03-10 | 1 | -58/+40 |
|\ | | | | | | | | | | | | | into pascalchevrel-installProcess Conflicts: install.php | ||||
| * | Refactor installation code to be more readable, reduce the use of temporary ↵ | Pascal Chevrel | 2012-03-10 | 1 | -66/+48 |
| | | | | | | | | variables and constants, also switches template to HTML5 | ||||
* | | Merge branch 'master' of github.com:mauricesvay/moonmoon | Maurice Svay | 2012-03-10 | 1 | -8/+8 |
|\ \ | |||||
| * \ | Merge pull request #24 from pascalchevrel/security | Maurice Svay | 2012-03-10 | 1 | -8/+8 |
| |\ \ | | | | | | | | | sanitize user input during the install process | ||||
| | * | | sanitize user input during the install process, that allows to have a Planet ↵ | Pascal Chevrel | 2012-03-09 | 1 | -8/+8 |
| | |/ | | | | | | | | | | title with escaped html tags for example | ||||
* | | | Merge branch 'html5' of https://github.com/pascalchevrel/moonmoon into ↵ | Maurice Svay | 2012-03-10 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | pascalchevrel-html5 Conflicts: admin/index.php | ||||
| * | | html5: admin page, make the http:// mention in the add feed field be a ↵ | Pascal Chevrel | 2012-03-09 | 1 | -1/+1 |
| |/ | | | | | | | placeholder hinding at the type of URL, not real text. When you copy/paste a feed, you already have the http:// part | ||||
* | | Merge branch 'cleanup' of https://github.com/pascalchevrel/moonmoon into ↵ | Maurice Svay | 2012-03-10 | 14 | -947/+934 |
|\ \ | |/ |/| | | | | | | | | | | | pascalchevrel-cleanup Conflicts: admin/default.css app/classes/Planet.class.php | ||||
| * | convert all files saved in Windows(CRLF) to Unix (LF) | Pascal Chevrel | 2012-03-09 | 14 | -912/+912 |
| | | |||||
* | | Merge pull request #21 from pascalchevrel/ConvertPHP4code | Maurice Svay | 2012-03-08 | 5 | -75/+113 |
|\ \ | | | | | | | Refactoring, this is a syntax change for all Planet* classes to use PHP5 syntax | ||||
| * | | Refactioring, this is a syntax change for all Planet* classes to use PHP5 ↵ | Pascal Chevrel | 2012-03-09 | 5 | -75/+113 |
| | | | | | | | | | | | | syntax instead of PHP4 | ||||
* | | | Merge pull request #20 from pascalchevrel/cleanup | Maurice Svay | 2012-03-08 | 2 | -186/+0 |
|\ \ \ | | |/ | |/| | Cleanup | ||||
| * | | remove lib.String.php and lib.http.php which are included in the archive but ↵ | Pascal Chevrel | 2012-03-08 | 2 | -186/+0 |
| |/ | | | | | | | not used anywhere | ||||
| * | Merge branch 'master' into ConvertPHP4code | Pascal Chevrel | 2012-03-08 | 23 | -14888/+15112 |
| |\ | |||||
| * \ | Merge branch 'master' into ConvertPHP4code | Pascal Chevrel | 2012-03-06 | 5 | -916/+1099 |
| |\ \ | |||||
* | \ \ | Merge pull request #18 from pascalchevrel/admin_template | Maurice Svay | 2012-03-08 | 2 | -59/+64 |
|\ \ \ \ | | | | | | | | | | | change the template in the admin panel to use HTML5 syntax | ||||
| * | | | | change the template in the admin panel to use HTML5 syntax (and use <header> ↵ | Pascal Chevrel | 2012-03-08 | 2 | -59/+64 |
| | | | | | | | | | | | | | | | | | | | | and <nav> elements), adjust css accordingly, add IE6/7/8 support by loading http://html5shiv.googlecode.com/svn/trunk/html5.js with IE conditionnal comments | ||||
* | | | | | Merge pull request #19 from pascalchevrel/installProcess | Maurice Svay | 2012-03-08 | 3 | -29/+25 |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | fix install process and admin section which are currently broken because... | ||||
| * | | | fix install process and admin section which are currently broken because of ↵ | Pascal Chevrel | 2012-03-08 | 3 | -29/+25 |
|/ / / | | | | | | | | | | the separation of classes in separate files. Now the files calling those classes are including app/app.php, also, I changed the variable name in the installation wizard to so as to avoid confusion with already used in the admin section | ||||
* | | | Merge pull request #13 from pascalchevrel/admin_template | Maurice Svay | 2012-03-07 | 5 | -153/+148 |
|\ \ \ | | | | | | | | | Admin template | ||||
| * | | | Use a centralized template for the admin section to avoid repeating html | Pascal Chevrel | 2012-03-06 | 5 | -153/+148 |
| | |/ | |/| | |||||
* | | | Remove relative dates | Maurice Svay | 2012-03-07 | 3 | -88/+0 |
| | | | |||||
* | | | One file per class | Maurice Svay | 2012-03-07 | 9 | -164/+172 |
| | | | |||||
* | | | Add cache folder | Maurice Svay | 2012-03-07 | 1 | -0/+0 |
| | | | |||||
* | | | Merge pull request #16 from pascalchevrel/installProcess | Maurice Svay | 2012-03-07 | 1 | -16/+27 |
|\ \ \ | | | | | | | | | refactor testing of requirements to have more readable and expandable co... | ||||
| * | | | refactor testing of requirements to have more readable and expandable code, ↵ | Pascal Chevrel | 2012-03-07 | 1 | -16/+27 |
|/ / / | | | | | | | | | | any new file requirement is now an addition to the array |