| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-05-31 | PSR-4 | Greg Roach | 1 | -0/+1 | |
| 2015-04-05 | Update .PO files | Greg Roach | 1 | -1/+1 | |
| 2015-03-02 | Module API | Greg Roach | 1 | -148/+1 | |
| 2015-02-05 | Namespaces should consist of both vendor and package | Greg Roach | 4 | -4/+4 | |
| 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 | 4 | -129/+107 | |
| 2015-01-31 | Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URL | Greg Roach | 1 | -1/+1 | |
| 2015-01-21 | Fatal errors during DB upgrades are not shown to the user | Greg Roach | 1 | -1/+3 | |
| 2015-01-21 | Default settings on new blocks inconsistent, both yes/no radio buttons empty | Greg Roach | 1 | -6/+4 | |
| 2015-01-19 | HTML5 | Greg Roach | 1 | -4/+4 | |
| 2015-01-18 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 4 | -27/+27 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2015-01-17 | New theme system and admin interface | Greg Roach | 1 | -2/+3 | |
| 2014-12-05 | PHPDoc | Greg Roach | 1 | -7/+3 | |
| 2014-11-27 | PHPDoc | Greg Roach | 1 | -8/+7 | |
| 2014-11-04 | Use Auth class instead of constants - will allow better masquerade function. ↵ | Greg Roach | 1 | -1/+3 | |
| Escape username, to remove restriction on allowed characters. | |||||
| 2014-10-23 | Cleanup | Greg Roach | 1 | -5/+3 | |
| 2014-10-22 | Move news/blog functions to the news/blog code | Greg Roach | 1 | -49/+53 | |
| 2014-10-06 | Tidy up DB schema updates | Greg Roach | 3 | -15/+0 | |
| 2014-09-17 | Split site-preference getter/setter into two functions | Greg Roach | 3 | -3/+3 | |
| 2014-06-21 | Capitalisation and punctuation | Greg Roach | 1 | -3/+3 | |
| 2014-01-04 | Update copyright date to 2014 | Greg Roach | 4 | -7/+4 | |
| 2014-01-04 | Fix address of FSF, replace licence of GPLv2 by latest version | weberho | 4 | -4/+4 | |
| 2013-11-09 | Add CSRF checks to module configuration forms | Greg Roach | 1 | -1/+1 | |
| 2013-09-02 | Use HTML <br> instead of XHTML <br /> | Greg Roach | 1 | -3/+1 | |
| 2013-08-29 | New filter/validation functions for GET/POST variables | Greg Roach | 1 | -5/+5 | |
| 2013-08-21 | Add escaping functions, based on semantics of what is being escaped | Greg Roach | 1 | -1/+1 | |
| 2013-08-09 | Remove empty subversion Id tags | Greg Roach | 4 | -12/+4 | |
| 2013-06-17 | Minor tidy up of News module GUI | Nigel Osborne | 1 | -3/+2 | |
| 2013-01-20 | PHP5.2 / PHP5.3 issues | fisharebest | 1 | -1/+2 | |
| 2013-01-19 | HTML5 validation - need to use the non-xhtml version of nl2br() | fisharebest | 1 | -1/+1 | |
| 2012-11-16 | Cosmetic: updates to I18N hints | fisharebest | 1 | -1/+1 | |
| 2012-09-14 | Assume PHP time is the same as MySQL time. Both should use the same ↵ | fisharebest | 1 | -2/+1 | |
| underlying OS function. Saves a DB query. Only call time() once. For consistency, and for a very minor performance tweak. | |||||
| 2012-09-14 | Performance: fetch all the wt_site_setting values in one query. | fisharebest | 3 | -3/+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-29 | #1016873 - Delete users leaves orphaned data in DB | fisharebest | 2 | -1/+56 | |
| 2012-06-16 | Defer loading of external javascript (and most inline javascript) to the ↵ | fisharebest | 1 | -1/+0 | |
| 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 | -2/+2 | |
| 2012-03-07 | Update DB schema for favorites and news tables. Use numeric IDs instead of ↵ | fisharebest | 2 | -4/+88 | |
| the user/tree name. | |||||
| 2012-03-05 | Use modal dialog instead of popup window to edit block settings | fisharebest | 1 | -1/+1 | |
| 2012-02-29 | Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), ↵ | fisharebest | 1 | -1/+1 | |
| etc. The browser will do a much faster and better job than we can. Unfortunately, only Webkit supports this at the moment. Presto and Gecko should support it soon. Trident support is unknown. | |||||
| 2012-02-22 | The default news article is (a) outdated, (b) not created until after the ↵ | fisharebest | 1 | -1/+1 | |
| tree config is changed, (c) created even if the news module is disabled (which causes an error). Remove it. | |||||
| 2012-02-13 | Provide better sizes for popup windows. | fisharebest | 1 | -4/+4 | |
| 2011-12-21 | #902683 - HTML validation | fisharebest | 1 | -5/+6 | |
| 2011-12-12 | HTML validation - use html5-style for self-closing tags, instead of xhtml-style | fisharebest | 1 | -5/+5 | |
| 2011-11-20 | Move module code from index.php to the modules. | fisharebest | 1 | -2/+2 | |
| 2011-11-19 | Remove unused global $TEXT_DIRECTION | fisharebest | 1 | -1/+1 | |
| 2011-11-11 | Use consistent style for <a href="#" onclick="foo();"> the various ↵ | fisharebest | 1 | -3/+3 | |
| combinations of javascript:XXX are non-standard, and cause problems with some browsers. | |||||
| 2011-10-24 | #604136 - Nav Options box location display bug-SVN906651 | Łukasz Wilenski | 1 | -1/+2 | |
| 2011-10-20 | Eliminate some of the differences between the news and journal blocks. We ↵ | fisharebest | 1 | -11/+8 | |
| should be able to combine them completely, as we did with the user/gedcom favourite blocks. | |||||
| 2011-10-05 | Remove unused code | fisharebest | 1 | -5/+0 | |
