summaryrefslogtreecommitdiff
path: root/modules_v3/stories
AgeCommit message (Expand)AuthorFilesLines
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-22/+0
2019-01-01Happy 2019Greg Roach1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-03-082017Greg Roach1-1/+1
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-2/+1
2015-05-31PSR-4Greg Roach1-0/+2
2015-03-02Module APIGreg Roach1-438/+1
2015-03-02PSR-1Greg Roach1-1/+1
2015-02-16class Auth should be responsible for checking search enginesGreg Roach1-3/+1
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-03Autoload includes/functions/*Greg Roach1-4/+0
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-82/+79
2015-01-31Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URLGreg Roach1-2/+2
2015-01-28Use PHP function to set HTTP statusGreg Roach1-1/+1
2015-01-27WCAG2 / HTML validationGreg Roach1-2/+4
2015-01-26Add a11y links for keyboard users. Rename 'admin pages' to 'Control panel'Greg Roach1-2/+2
2015-01-26Broken edit linkVytautas Krivickas1-1/+1
2015-01-25Merge pull request #380 from ddrury/languageCheckboxImprovementsGreg Roach1-8/+3
2015-01-24Do not need exit() at the last line of codeGreg Roach1-3/+0
2015-01-24TypoGreg Roach1-1/+1
2015-01-24Add visual feedback for privacy settingsGreg Roach1-3/+3
2015-01-22Improve layout of stories listGreg Roach1-78/+97
2015-01-21Improve code for language checkbox selectionDavid Drury1-8/+3
2015-01-21Breadcrumbs on admin pagesGreg Roach1-1/+20
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-16/+16
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
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