| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-01-04 | Update copyright date to 2014 | Greg Roach | 3 | -3/+3 | |
| 2014-01-04 | Fix address of FSF, replace licence of GPLv2 by latest version | weberho | 3 | -3/+3 | |
| 2013-12-05 | Create version string using semantic versioning: 1.5.2-dev comes before 1.5.2 | Greg Roach | 1 | -1/+1 | |
| 2013-11-16 | #1249548 - Download GEDCOM Media Path Should Be Text | Greg Roach | 1 | -2/+2 | |
| 2013-11-01 | Tidy up trailing whitespace | Greg Roach | 2 | -2/+2 | |
| 2013-10-31 | #1246154 - Clippings cart does not download media | fisharebest | 1 | -2/+2 | |
| 2013-10-29 | #1245754 - Fatal error in Clippings Cart output | Greg Roach | 1 | -1/+3 | |
| 2013-09-22 | Don't show (most) sidebar content to search engines | Greg Roach | 1 | -4/+10 | |
| 2013-08-29 | New filter/validation functions for GET/POST variables | Greg Roach | 2 | -23/+23 | |
| 2013-08-24 | Update non-typographic quotation marks | Greg Roach | 2 | -31/+31 | |
| Tidy up punctuation | |||||
| 2013-08-21 | Add escaping functions, based on semantics of what is being escaped | Greg Roach | 1 | -6/+4 | |
| 2013-08-18 | Update .PO files. Change <br/> to <br> | Greg Roach | 2 | -3/+3 | |
| 2013-08-17 | Counts of linked records fail to reflect privacy | Greg Roach | 1 | -3/+4 | |
| 2013-08-09 | Remove empty subversion Id tags | Greg Roach | 3 | -8/+2 | |
| 2013-07-16 | #1200897 - Clipping Cart Media file in wrong format (SVN 15302) | fisharebest | 1 | -10/+1 | |
| 2013-06-29 | (no commit message) | fisharebest | 2 | -12/+12 | |
| 2013-06-23 | Use PHP5.3 language features in gedcom-record classes | fisharebest | 2 | -29/+26 | |
| 2013-02-06 | Previously, AJAX pages loaded their own copies of JS libraries (to work ↵ | fisharebest | 1 | -1/+1 | |
| 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 | Upgrade JQuery-UI to latest version | fisharebest | 1 | -1/+1 | |
| 2013-02-02 | Upgrade JQuery-UI to latest version | fisharebest | 1 | -1/+1 | |
| 2013-01-18 | Major refactoring of media code. | fisharebest | 2 | -28/+25 | |
| #935621 - Support for foreign language characters in media files #1079539 - Uploading non-english named file error #935621 - Support for foreign language characters in media files #1077472 - List media objects missing thumbs page 2 #1047957 - Icons not shown for some remote file types #592603 - $MEDIA_DIRECTORY_LEVELS does not work with absolute paths #1049102 - Inconsitent use of the word "directories" | |||||
| 2013-01-09 | Update comments, renaming "directory" to "folder" | fisharebest | 1 | -3/+3 | |
| 2012-11-16 | Cosmetic: updates to I18N hints | fisharebest | 1 | -1/+1 | |
| 2012-09-06 | #1047081 - Add to clipping cart via sidebar not working | fisharebest | 1 | -1/+2 | |
| We cannot update the session after we have sent the headers. | |||||
| 2012-08-26 | #584835 - Global variables clash with session variables (register_globals=On) | fisharebest | 1 | -7/+11 | |
| 2012-08-11 | Remove old/unnecessary help text | fisharebest | 2 | -6/+1 | |
| 2012-08-08 | Proposed fix for colors theme part of Bug #1033949 - Add news article fatal ↵ | Nigel Osborne | 1 | -2/+4 | |
| error Extend the same solution to other areas when there are no sub-menu items. | |||||
| 2012-07-18 | Specify WT_STATIC_URL path for all JS files - otherwise they won't get ↵ | fisharebest | 1 | -1/+1 | |
| picked up from a CDN server | |||||
| 2012-07-09 | Fix: "set link" menu layout corrupted in album tab, media row | fisharebest | 1 | -1/+1 | |
| 2012-06-16 | Defer loading of external javascript (and most inline javascript) to the ↵ | fisharebest | 1 | -20/+16 | |
| bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed. | |||||
| 2012-06-10 | Fix: broken links and deleted objects will break the clippings cart | fisharebest | 1 | -53/+55 | |
| 2012-05-26 | Need to explicitly close sessions for AJAX responses. TODO we should really ↵ | fisharebest | 1 | -0/+1 | |
| do this via the WT_Ajax_Controller (or a new WT_Json_Controller) | |||||
| 2012-04-17 | Start to disentangle the require_once dependencies. Previously, session.php ↵ | fisharebest | 1 | -1/+0 | |
| loaded functions_print, which loaded functions_charts and functions_places. | |||||
| 2012-03-31 | Replace 3rd party autocomplete library with native jQuery functions | fisharebest | 1 | -4/+3 | |
| #964398 - find individual id | |||||
| 2012-03-28 | Functions should return HTML, rather than output it | fisharebest | 1 | -4/+4 | |
| 2012-03-26 | Replace $WT_IMAGES array of images with CSS. | fisharebest | 1 | -37/+36 | |
| 2012-03-23 | The JavaScript menus are deprecated, so remove legacy code for formatting ↵ | fisharebest | 1 | -6/+0 | |
| them. NOTE, we still use the JavaScript menus for context-menus on media items. These need to be updated to use CSS menus. | |||||
| 2012-02-29 | Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), ↵ | fisharebest | 2 | -5/+4 | |
| 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. | |||||
| 2011-12-20 | Fix: clippings cart contains references to non-existant items. | fisharebest | 1 | -0/+12 | |
| 2011-12-20 | Callback functions need to be static. | fisharebest | 1 | -1/+1 | |
| 2011-12-12 | HTML validation - all =<img> tags require an alt attribute | fisharebest | 1 | -1/+1 | |
| 2011-12-12 | HTML validation - empty <ul></ul> is not allowed | fisharebest | 1 | -3/+3 | |
| 2011-12-12 | HTML validation - use html5-style for self-closing tags, instead of xhtml-style | fisharebest | 2 | -103/+103 | |
| 2011-12-12 | HTML validation: & => & | fisharebest | 1 | -4/+4 | |
| 2011-12-08 | Fix: clippings cart fails to add family+descendants | fisharebest | 1 | -3/+4 | |
| 2011-11-19 | Change final few headers to use consistent comment style. Delete some ↵ | fisharebest | 1 | -25/+23 | |
| empty/unused files. | |||||
| 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. | |||||
| 2011-11-19 | Remove unused global $TEXT_DIRECTION | fisharebest | 1 | -1/+0 | |
| 2011-11-11 | Fix: adding family with less than two spouses causes error in clippings ↵ | fisharebest | 1 | -2/+3 | |
| controller | |||||
| 2011-11-11 | Remove redundant/obsolete html attribute (border="0") as this is already set ↵ | fisharebest | 1 | -4/+4 | |
| in CSS | |||||
