summaryrefslogtreecommitdiff
path: root/modules_v3/stories
AgeCommit message (Collapse)AuthorFilesLines
2015-01-22Improve layout of stories listGreg Roach1-78/+97
2015-01-21Breadcrumbs on admin pagesGreg Roach1-1/+20
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-16/+16
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-01-18Default constructors do not need parenthesesGreg Roach1-3/+3
2014-12-26  hasn't been needed in empty table cells for a long timeGreg Roach1-2/+2
2014-12-16PHPDocGreg Roach1-39/+13
2014-12-05PHPDocGreg Roach1-2/+3
2014-10-15FAQ and Stories are not blocks - even though they claim to beGreg Roach1-104/+122
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-5/+5
2014-09-19Unused codeGreg Roach1-13/+9
2014-08-14Code without side-effects (see PSR-1) does not require guard headersGreg Roach1-5/+0
2014-06-21Capitalisation and punctuationGreg Roach1-3/+3
2014-06-17Autocomplete doesn't work on pages with data from multiple treesGreg Roach1-2/+3
2014-05-10Consistently use WT_ROOT in the require/require_once statements (where missing)Jonathan Jaubart1-1/+1
2014-05-03Upgrade datatables from 1.9.4 to 1.10.0Greg Roach1-22/+22
2014-02-24Consolidate paste_*, pastename and openerpasteid implementationsMatthew Noorenberghe1-3/+1
pasteid is left alone for now
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-11-16#1250636 - Not able to save a story (wt-1.5.0)Greg Roach1-0/+1
2013-11-09Add CSRF checks to module configuration formsGreg Roach1-1/+1
2013-10-27Added styling for Stories tabDavid Drury1-4/+4
2013-10-25Bug #1244379 . Explicitly set action in form.David Drury1-1/+1
2013-10-23Remove empty help file from stories moduleGreg Roach1-50/+0
2013-10-23Removed redundant <p> around form and replaced with cssDavid Drury1-2/+2
2013-10-23Remove links to help, fixed HTML validation and removed redundant codeDavid Drury1-21/+16
2013-10-11Style prefer target ? instead of # for forms - does not change URLGreg Roach1-1/+1
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-11/+11
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-2/+2
2013-08-09Remove empty subversion Id tagsGreg Roach2-5/+1
2013-06-29(no commit message)fisharebest1-4/+4
2013-04-11Bug in stories module. Listing not limited by language settings.Nigel Osborne1-5/+8
http://www.webtrees.net/index.php/en/forum/help-for-ver-1-4-1-latest-release/27694-stories-languages
2013-03-28Bug #1161319 - Missing I18N in stories module EditNigel Osborne1-0/+2
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work ↵fisharebest1-8/+8
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-04#1114678 - svn14767 Breaks Google Maps Tabfisharebest1-5/+0
2013-02-03Stories should be family tree specific, same as FAQs.Nigel Osborne1-0/+10
2013-02-02Add more URL versioning to JS resourcesfisharebest1-2/+2
2013-02-02Add version numbers to paths of javascript librariesfisharebest1-2/+2
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-1/+1
2012-10-30Use consistent save/close buttons in the edit-interface forms.fisharebest1-2/+1
2012-09-27Extend 14365 to administration list of stories.Nigel Osborne1-13/+9
2012-09-27#1057691 - Fatal Error in Stories modulefisharebest1-10/+4
2012-09-13Complete rewrite of the handling of lists of trees:fisharebest1-1/+1
https://bugs.launchpad.net/webtrees/+bug/1024825 - Custom language translations not working on family tree titles https://bugs.launchpad.net/webtrees/+bug/981640 - Partial solution - filter list of trees using REQUIRE_VISITOR_AUTHENTICATION to hide trees which the user cannot see. This also ensures that private trees remain completely hidden until after login. https://bugs.launchpad.net/webtrees/+bug/1046002 - v1.3.1 admin.php ERROR 8 at line 277 Performance tweak - save at least two DB calls per page.
2012-08-12Some fine tuning to the CKEditor bug fix.Nigel Osborne1-1/+3
2012-08-10Convert CKEditor to jQuery. Note - it doesn't actually work (still need to ↵fisharebest1-14/+1
configure it) but it didn't work beforehand either!
2012-08-08Proposed fix for colors theme part of Bug #1033949 - Add news article fatal ↵Nigel Osborne1-2/+0
error Extend the same solution to other areas when there are no sub-menu items.
2012-07-18Specify WT_STATIC_URL path for all JS files - otherwise they won't get ↵fisharebest1-1/+1
picked up from a CDN server
2012-07-09Fix: "set link" menu layout corrupted in album tab, media rowfisharebest1-1/+1
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-6/+6
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-04-20Move duplicated JS functions to webtrees.js.fisharebest1-9/+4
Add JS via the controller, so it can be defered until the end of the page.
2012-03-31Replace 3rd party autocomplete library with native jQuery functionsfisharebest1-6/+3
#964398 - find individual id