| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-06-08 | PHPDoc | Greg Roach | 1 | -2/+1 | |
| 2015-06-05 | Refactor includes/functions into classes | Greg Roach | 1 | -4/+5 | |
| 2015-05-31 | PSR-4 | Greg Roach | 1 | -0/+2 | |
| 2015-03-09 | Use Tree object instead of ID/name | Greg Roach | 1 | -8/+8 | |
| 2015-03-02 | Module API | Greg Roach | 1 | -1/+1 | |
| 2015-03-02 | PSR-1 | Greg Roach | 1 | -5/+5 | |
| 2015-02-06 | Globals | Greg Roach | 1 | -1/+1 | |
| 2015-02-05 | Remove global $GEDCOM | Greg Roach | 1 | -3/+3 | |
| 2015-02-05 | Globals | Greg Roach | 1 | -0/+1 | |
| 2015-02-05 | Namespaces should consist of both vendor and package | Greg Roach | 1 | -1/+1 | |
| 2015-02-04 | PHPDoc for globals | Greg Roach | 1 | -0/+6 | |
| 2015-02-03 | Autoload includes/functions/* | Greg Roach | 1 | -1/+0 | |
| 2015-02-02 | Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3. | Greg Roach | 1 | -49/+40 | |
| 2015-01-24 | Add visual feedback for privacy settings | Greg Roach | 1 | -1/+1 | |
| 2015-01-18 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 1 | -15/+15 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2015-01-18 | Default constructors do not need parentheses | Greg Roach | 1 | -1/+1 | |
| 2015-01-17 | New theme system and admin interface | Greg Roach | 1 | -3/+7 | |
| 2014-11-08 | PHPDoc | Greg Roach | 1 | -1/+1 | |
| 2014-10-06 | Whitespace changes to reduce merge conflicts with the assets branch | Greg Roach | 1 | -1/+1 | |
| 2014-08-14 | Import classes, per PSR autoloading standards | Greg Roach | 1 | -1/+3 | |
| 2014-06-17 | Autocomplete doesn't work on pages with data from multiple trees | Greg Roach | 1 | -2/+3 | |
| 2014-05-09 | Refactor global user functions into new User/Auth classes | Greg Roach | 1 | -1/+1 | |
| 2014-02-24 | Consolidate paste_*, pastename and openerpasteid implementations | Matthew Noorenberghe | 1 | -19/+0 | |
| pasteid is left alone for now | |||||
| 2014-01-04 | Update copyright date to 2014 | Greg Roach | 1 | -1/+1 | |
| 2014-01-04 | Fix address of FSF, replace licence of GPLv2 by latest version | weberho | 1 | -1/+1 | |
| 2013-08-29 | New filter/validation functions for GET/POST variables | Greg Roach | 1 | -4/+4 | |
| 2013-08-27 | Link media window not closing automatically | fisharebest | 1 | -0/+2 | |
| 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 | 1 | -3/+1 | |
| 2013-08-09 | Replace linkMedia() / unlinkMedia() | Greg Roach | 1 | -1/+2 | |
| 2013-06-29 | (no commit message) | fisharebest | 1 | -2/+2 | |
| 2013-06-14 | #1184681 - Errors in English text - "Manage MultiMedia page" | fisharebest | 1 | -1/+1 | |
| 2013-02-06 | Previously, AJAX pages loaded their own copies of JS libraries (to work ↵ | fisharebest | 1 | -3/+0 | |
| around limitation in old versions of jquery?). Don't do this any more - it breaks jQuery extensions, by re-creating the jQuery object. This also has the benefit of making the home page more responsive. | |||||
| 2013-02-02 | Add version numbers to paths of javascript libraries | fisharebest | 1 | -2/+1 | |
| 2013-01-22 | Fix: external JS libraries loaded in wrong order on inverselink.php | fisharebest | 1 | -2/+2 | |
| 2013-01-02 | Rename "close window" to "close", as many modern GUIs do not use windows | fisharebest | 1 | -6/+2 | |
| 2012-11-16 | I18N: use consistent text | fisharebest | 1 | -2/+2 | |
| 2012-10-31 | Update DB structure - remove wt_media_mapping table (use wt_links instead), ↵ | fisharebest | 1 | -1/+1 | |
| update wt_media table (to add columns we need to search on). | |||||
| 2012-08-30 | Corrections to layout of media linking pop-up windows. | Nigel Osborne | 1 | -1/+1 | |
| 2012-07-18 | Specify WT_STATIC_URL path for all JS files - otherwise they won't get ↵ | fisharebest | 1 | -2/+2 | |
| picked up from a CDN server | |||||
| 2012-07-06 | Tidy up the "showchanges()" logic. The option to hide/show changes was ↵ | fisharebest | 1 | -3/+3 | |
| removed a very long time ago. | |||||
| 2012-06-25 | Popup windows need to specify which JS files are required | fisharebest | 1 | -0/+3 | |
| 2012-06-16 | Defer loading of external javascript (and most inline javascript) to the ↵ | fisharebest | 1 | -5/+3 | |
| bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed. | |||||
| 2012-03-31 | Replace 3rd party autocomplete library with native jQuery functions | fisharebest | 1 | -3/+2 | |
| #964398 - find individual id | |||||
| 2012-03-28 | Functions should return HTML, rather than output it | fisharebest | 1 | -1/+1 | |
| 2012-03-28 | Functions should return HTML, rather than output it | fisharebest | 1 | -7/+7 | |
| 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-10 | Remove restriction that only administrators can use the "manage links" ↵ | fisharebest | 1 | -5/+7 | |
| option for media objects. | |||||
| 2011-12-12 | HTML validation - use html5-style for self-closing tags, instead of xhtml-style | fisharebest | 1 | -15/+15 | |
| 2011-11-19 | Remove classes .rtl and .lrt - these exist to correct the alignment when we ↵ | fisharebest | 1 | -1/+1 | |
| apply "center" at a parent element. We have now removed the "center", and no longer need this markup. | |||||
