aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2107 from VSEphpbb/ticket/12117Nathan Guse2014-03-101-0/+26
|\
| * [ticket/12117] Select all fields instead of item_basic_dataMatt Friedman2014-03-101-3/+1
| * [ticket/12117] Add get_all_tree_data method to tree classMatt Friedman2014-03-101-0/+28
* | Merge pull request #2101 from nickvergessen/ticket/10763Nathan Guse2014-03-104-25/+29
|\ \
| * | [ticket/10763] Do not call messenger::error() staticallyJoas Schilling2014-03-091-4/+8
| * | [ticket/10763] Do not call non-static transfer() staticallyJoas Schilling2014-03-091-2/+2
| * | [ticket/10763] Fix static calls to non static methods in colour_managerJoas Schilling2014-03-091-16/+16
| * | [ticket/10763] Do not call set_post_visibility() staticallyJoas Schilling2014-03-091-3/+3
* | | Merge pull request #2092 from nickvergessen/ticket/12090Nathan Guse2014-03-108-53/+107
|\ \ \
| * | | [ticket/12090] Move find() call to container and fix testsJoas Schilling2014-03-092-1/+3
| * | | [ticket/12090] Split finding routes and returning routes into 2 methodsJoas Schilling2014-03-093-9/+24
| * | | [ticket/12090] Fix parameter list of controller helper constructorJoas Schilling2014-03-091-2/+3
| * | | [ticket/12090] Make provider a service and inject it into the helperJoas Schilling2014-03-084-28/+23
| * | | [ticket/12090] Fix pagination for routesJoas Schilling2014-03-085-13/+35
| * | | [ticket/12090] Pass route name to url() to allow admins to change the routesJoas Schilling2014-03-072-10/+29
* | | | Merge remote-tracking branch 'rxu3/ticket/12224' into developJoas Schilling2014-03-103-0/+34
|\ \ \ \ | |_|_|/ |/| | |
| * | | [ticket/12224] Add template wrapper method to assign block arraysrxu2014-02-233-0/+34
* | | | Merge pull request #2089 from nickvergessen/ticket/12251Nathan Guse2014-03-0910-28/+62
|\ \ \ \
| * | | | [ticket/12251] Remove leading whitespace on doc blocksJoas Schilling2014-03-096-6/+6
| * | | | [ticket/12251] Add string validation for a-zA-Z0-9 and underscoreJoas Schilling2014-03-063-14/+18
| * | | | [ticket/12251] Load profile fields by default on posts, pms and memberlistJoas Schilling2014-03-061-0/+30
| * | | | [ticket/12251] Enable displaying profile fields on memberlist, posts and pmsJoas Schilling2014-03-061-3/+3
| * | | | [ticket/12251] Deactivate outdated profile fields by defaultJoas Schilling2014-03-061-6/+6
| * | | | [ticket/12251] Sort IM profile fields alphabeticallyJoas Schilling2014-03-061-4/+4
| | |/ / | |/| |
* | | | Merge pull request #2099 from bantu/ticket/12256Nathan Guse2014-03-091-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | [ticket/12256] Selecting founders is fetching $sql instead of $resultForumhulp.com2014-03-091-1/+1
* | | | Merge remote-tracking branch 'remotes/dhruvgoel92/ticket/10945-develop' into ...Nathan Guse2014-03-092-29/+10
|\ \ \ \
| * \ \ \ Merge branch 'ticket/10945' into ticket/10945-developDhruv2014-03-082-29/+10
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | [ticket/10945] Fix return values for split_keywords functionDhruv2014-03-081-14/+8
| | * | | [ticket/10945] Display search query when search fails in native searchDhruv2014-03-081-18/+11
| | * | | [ticket/10945] remove trigger_error callDhruv Goel2014-03-081-6/+0
* | | | | Merge pull request #2074 from Crizz0/ticket/12240Nathan Guse2014-03-083-27/+28
|\ \ \ \ \
| * | | | | [ticket/12240] fontsize => size; fontcolor => color and added bbcode- in96Crizzo2014-03-032-5/+5
| * | | | | [ticket/12240] Added template changes for subsilver2, tooCrizzo2014-03-021-13/+13
| * | | | | [ticket/12240] Added class code for custom bbcodes based on bbcode_tagCrizzo2014-03-022-1/+2
| * | | | | [ticket/12240] Added specific class name to posting buttonsCrizzo2014-03-021-13/+13
* | | | | | [ticket/11938] Fix whitespace charactersDhruv2014-03-091-2/+2
* | | | | | [ticket/11938] use sql_attr_string instead of sql_attr_str2ordinalDhruv2014-03-092-2/+2
| |/ / / / |/| | | |
* | | | | Merge remote-tracking branch 'VarunAgw/ticket/12250' into developDhruv2014-03-082-40/+40
|\ \ \ \ \
| * | | | | [ticket/12250] Remove deprecated phpbb_clean_path functionVarun Agrawal2014-03-071-0/+40
| * | | | | [ticket/12250] Remove deprecated phpbb_clean_path functionVarun Agrawal2014-03-061-40/+0
* | | | | | Merge remote-tracking branch 'VSEphpbb/ticket/12248' into developAndreas Fischer2014-03-061-9/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [ticket/12248] Restore id attributes to extension details (used by tests)Matt Friedman2014-03-061-9/+9
* | | | | | Merge pull request #2087 from marc1706/ticket/12239Nathan Guse2014-03-062-35/+35
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | [ticket/12239] Move deprecated passwords functions to compatibility fileMarc Alexander2014-03-062-35/+35
* | | | | | Merge pull request #2088 from nickvergessen/ticket/12236Nathan Guse2014-03-0542-241/+289
|\ \ \ \ \ \
| * | | | | | [ticket/12236] Fix language key name for Yahoo MessangerJoas Schilling2014-03-061-1/+1
| * | | | | | [ticket/12236] Change order of profile fields for new installsJoas Schilling2014-03-051-4/+4
| * | | | | | [ticket/12249] Fix "Undefined variable: row" when editing profileJoas Schilling2014-03-051-1/+1
| * | | | | | [ticket/12236] Fix layout of memberlist searchJoas Schilling2014-03-052-34/+25