| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-01-30 | Update copyright year | Greg Roach | 1 | -1/+1 | |
| 2015-06-08 | PHPDoc | Greg Roach | 1 | -2/+1 | |
| 2015-05-31 | PSR-4 | Greg Roach | 1 | -0/+2 | |
| 2015-03-02 | Module API | Greg Roach | 1 | -256/+1 | |
| 2015-03-02 | PSR-1 | Greg Roach | 1 | -4/+4 | |
| 2015-02-26 | Javascript error in yahrzeit table | Greg Roach | 1 | -1/+0 | |
| 2015-02-13 | Upper/lower case function names | Greg Roach | 1 | -2/+3 | |
| 2015-02-05 | Namespaces should consist of both vendor and package | Greg Roach | 1 | -1/+1 | |
| 2015-02-03 | Autoload includes/functions/* | Greg Roach | 1 | -2/+0 | |
| 2015-02-02 | Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3. | Greg Roach | 1 | -47/+42 | |
| 2015-01-24 | Add visual feedback for privacy settings | Greg Roach | 1 | -1/+1 | |
| 2015-01-23 | Fix: pending changes block not shown when email disabled. Move more help ↵ | Greg Roach | 1 | -30/+0 | |
| text inline. | |||||
| 2015-01-21 | Default settings on new blocks inconsistent, both yes/no radio buttons empty | Greg Roach | 1 | -7/+7 | |
| 2015-01-18 | Whitespace | Greg Roach | 1 | -2/+3 | |
| 2015-01-18 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2 | -62/+62 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2015-01-18 | Comments after braces confuse scrutinizer's code-style analysis. | Greg Roach | 1 | -7/+7 | |
| 2015-01-17 | New theme system and admin interface | Greg Roach | 1 | -4/+4 | |
| 2014-12-05 | PHPDoc | Greg Roach | 1 | -2/+3 | |
| 2014-11-27 | PHPDoc | Greg Roach | 1 | -7/+7 | |
| 2014-11-04 | Use Auth class instead of constants - will allow better masquerade function. ↵ | Greg Roach | 1 | -8/+9 | |
| Escape username, to remove restriction on allowed characters. | |||||
| 2014-10-16 | More PSR-1 code style | Greg Roach | 1 | -1/+1 | |
| 2014-09-13 | Code style - PSR-1 names for methods | Greg Roach | 1 | -5/+5 | |
| 2014-09-13 | Refactor dates and calendars. These are two different types of entity. | Greg Roach | 1 | -3/+6 | |
| 2014-08-14 | Code without side-effects (see PSR-1) does not require guard headers | Greg Roach | 1 | -5/+1 | |
| 2014-07-30 | Use UUID when unique ID is needed | David Drury | 1 | -1/+2 | |
| The code concerning the need for storing a datatables instance to a variable was obfuscating the basic simplicity of this submission. That will be submitted in a separate pull request | |||||
| 2014-05-03 | Upgrade datatables from 1.9.4 to 1.10.0 | Greg Roach | 1 | -16/+16 | |
| 2014-01-04 | Update copyright date to 2014 | Greg Roach | 2 | -2/+2 | |
| 2014-01-04 | Fix address of FSF, replace licence of GPLv2 by latest version | weberho | 2 | -2/+2 | |
| 2013-11-09 | Add CSRF checks to module configuration forms | Greg Roach | 1 | -1/+1 | |
| 2013-11-03 | #1237393 - Yahrzeiten block Yahrzeit column should be Gregorian Dates - dev | Greg Roach | 1 | -5/+26 | |
| 2013-08-29 | New filter/validation functions for GET/POST variables | Greg Roach | 1 | -5/+5 | |
| 2013-08-19 | Use record/fact objects for anniversaries | Greg Roach | 1 | -24/+24 | |
| 2013-08-09 | Remove empty subversion Id tags | Greg Roach | 2 | -5/+1 | |
| 2013-07-08 | #1199016 - Yahrzeiten block errors - svn 15281 | fisharebest | 1 | -2/+2 | |
| 2013-02-02 | Add more URL versioning to JS resources | fisharebest | 1 | -1/+1 | |
| 2013-02-02 | Add version numbers to paths of javascript libraries | fisharebest | 1 | -1/+1 | |
| 2012-11-16 | Cosmetic: updates to I18N hints | fisharebest | 1 | -1/+1 | |
| 2012-06-30 | Date classes - encapsulate the calendar type within the class (to allow for ↵ | fisharebest | 1 | -1/+1 | |
| some future optimisation using PHP5.3) | |||||
| 2012-06-30 | Performance. PHP has no native function for integer division. floor($x/$y) ↵ | fisharebest | 1 | -1/+1 | |
| is very slow. (int)($x/$y) is measurably faster. We call this function many thousands of times, especially in date calculations. | |||||
| 2012-06-16 | Defer loading of external javascript (and most inline javascript) to the ↵ | fisharebest | 1 | -3/+2 | |
| bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed. | |||||
| 2012-03-24 | Replace array of images with CSS. | fisharebest | 1 | -3/+3 | |
| 2012-03-05 | Use modal dialog instead of popup window to edit block settings | fisharebest | 1 | -1/+1 | |
| 2012-02-13 | Provide better sizes for popup windows. | fisharebest | 1 | -2/+2 | |
| 2012-01-05 | #912072 - "No data available in table" needs translation | fisharebest | 1 | -0/+1 | |
| 2011-12-21 | #902683 - HTML validation | fisharebest | 1 | -3/+3 | |
| 2011-12-12 | HTML validation - use html5-style for self-closing tags, instead of xhtml-style | fisharebest | 1 | -3/+3 | |
| 2011-12-05 | Add I18N comments to better explain Yahrzeiten | fisharebest | 1 | -2/+2 | |
| 2011-11-19 | Remove unused global $TEXT_DIRECTION | fisharebest | 1 | -1/+1 | |
| 2011-11-13 | SHOW_MARRIED_NAMES option being used inconsistently. It should control ↵ | fisharebest | 1 | -1/+1 | |
| whether someone is eligible to appear in a list, for having a specific married name. NOTE, the help text is completely wrong(!) | |||||
| 2011-11-13 | Yahrzeit block - can now load using AJAX | fisharebest | 1 | -1/+1 | |
