summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #41 from pascalchevrel/l10nMaurice Svay2012-04-305-114/+442
|\ | | | | Update l10n support:
| * Update l10n support:Pascal Chevrel2012-04-305-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/cacheMaurice Svay2012-04-291-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 Chevrel2012-04-271-3/+4
| | | | | | | | creates a cache file because of a bad path + code whitespace fixes for clarity
* | Merge pull request #38 from pascalchevrel/l10nMaurice Svay2012-04-293-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 Chevrel2012-04-251-0/+196
| | | | | | | | repo and updates the .lang files
| * add support for localization notes in strings. This is a feature allowing ↵Pascal Chevrel2012-04-252-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/masterMaurice Svay2012-04-231-1/+1
|\ | | | | use 'dev' as the version number in VERSION during development
| * use 'dev' as the VERSION number for the development branch, Issue 30Pascal Chevrel2012-04-231-1/+1
|/
* Rename $person to $feedMaurice Svay2012-04-101-13/+13
|
* ignore people.opml.bakMaurice Svay2012-04-101-1/+1
|
* Update contributorsMaurice Svay2012-04-101-1/+2
|
* Escape site name in RSS and AtomMaurice Svay2012-03-232-2/+2
| | | | Fixes #31
* Merge pull request #29 from pascalchevrel/l10nMaurice Svay2012-03-2316-99/+347
|\ | | | | l10n support for moonmoon
| * forgot to migrate the login page to incoude the l10n class (didn't notice ↵Pascal Chevrel2012-03-132-3/+10
| | | | | | | | because of the cookie)
| * Merge branch 'master' into l10nPascal Chevrel2012-03-120-0/+0
| |\ | |/ |/| | | | | Conflicts: install.php
* | Merge pull request #28 from pascalchevrel/installProcessMaurice Svay2012-03-121-40/+16
|\ \ | | | | | | cleanup install process code, make file requirements checking even simpler
| * | cleanup install process code, make file requirements checking even simplerPascal Chevrel2012-03-121-40/+16
| | |
| | * l10n support for moonmoonPascal Chevrel2012-03-1215-136/+353
| |/ |/|
* | Merge pull request #27 from pascalchevrel/ConvertPHP4codeMaurice Svay2012-03-111-19/+30
|\ \ | | | | | | Convert php4code
| * | Convert back Planet.class.php to php5 syntax + UNix enlinesPascal Chevrel2012-03-111-155/+155
| | |
| * | Convert back Planet.class.php tp php5 syntaxPascal Chevrel2012-03-111-144/+155
| |/
* | Merge pull request #26 from pascalchevrel/admin_templateMaurice Svay2012-03-111-22/+22
|\ \ | |/ |/| fix css in admin pages
| * fix css in admin pages that were reverted to pre html5 version in a mergePascal Chevrel2012-03-111-22/+22
|/
* Merge branch 'installProcess' of https://github.com/pascalchevrel/moonmoon ↵Maurice Svay2012-03-101-58/+40
|\ | | | | | | | | | | | | into pascalchevrel-installProcess Conflicts: install.php
| * Refactor installation code to be more readable, reduce the use of temporary ↵Pascal Chevrel2012-03-101-66/+48
| | | | | | | | variables and constants, also switches template to HTML5
* | Merge branch 'master' of github.com:mauricesvay/moonmoonMaurice Svay2012-03-101-8/+8
|\ \
| * \ Merge pull request #24 from pascalchevrel/securityMaurice Svay2012-03-101-8/+8
| |\ \ | | | | | | | | sanitize user input during the install process
| | * | sanitize user input during the install process, that allows to have a Planet ↵Pascal Chevrel2012-03-091-8/+8
| | |/ | | | | | | | | | title with escaped html tags for example
* | | Merge branch 'html5' of https://github.com/pascalchevrel/moonmoon into ↵Maurice Svay2012-03-101-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | pascalchevrel-html5 Conflicts: admin/index.php
| * | html5: admin page, make the http:// mention in the add feed field be a ↵Pascal Chevrel2012-03-091-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 Svay2012-03-1014-947/+934
|\ \ | |/ |/| | | | | | | | | | | pascalchevrel-cleanup Conflicts: admin/default.css app/classes/Planet.class.php
| * convert all files saved in Windows(CRLF) to Unix (LF)Pascal Chevrel2012-03-0914-912/+912
| |
* | Merge pull request #21 from pascalchevrel/ConvertPHP4codeMaurice Svay2012-03-085-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 Chevrel2012-03-095-75/+113
| | | | | | | | | | | | syntax instead of PHP4
* | | Merge pull request #20 from pascalchevrel/cleanupMaurice Svay2012-03-082-186/+0
|\ \ \ | | |/ | |/| Cleanup
| * | remove lib.String.php and lib.http.php which are included in the archive but ↵Pascal Chevrel2012-03-082-186/+0
| |/ | | | | | | not used anywhere
| * Merge branch 'master' into ConvertPHP4codePascal Chevrel2012-03-0823-14888/+15112
| |\
| * \ Merge branch 'master' into ConvertPHP4codePascal Chevrel2012-03-065-916/+1099
| |\ \
* | \ \ Merge pull request #18 from pascalchevrel/admin_templateMaurice Svay2012-03-082-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 Chevrel2012-03-082-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/installProcessMaurice Svay2012-03-083-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 Chevrel2012-03-083-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_templateMaurice Svay2012-03-075-153/+148
|\ \ \ | | | | | | | | Admin template
| * | | Use a centralized template for the admin section to avoid repeating htmlPascal Chevrel2012-03-065-153/+148
| | |/ | |/|
* | | Remove relative datesMaurice Svay2012-03-073-88/+0
| | |
* | | One file per classMaurice Svay2012-03-079-164/+172
| | |
* | | Add cache folderMaurice Svay2012-03-071-0/+0
| | |
* | | Merge pull request #16 from pascalchevrel/installProcessMaurice Svay2012-03-071-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 Chevrel2012-03-071-16/+27
|/ / / | | | | | | | | | any new file requirement is now an addition to the array