aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12268] Rename class file to recursive_dot_prefix_filter_iterator.phpJoas Schilling2014-03-141-0/+0
* [ticket/12268] Move class out of extension namespace and rename itJoas Schilling2014-03-142-5/+5
* [ticket/12268] Do not search in folders starting with a dotJoas Schilling2014-03-141-7/+2
* [ticket/12268] Use FilesystemIterator::SKIP_DOTSJoas Schilling2014-03-141-6/+10
* [ticket/12268] Extension finder should not crawl through .git/ of extensionsJoas Schilling2014-03-132-1/+34
* Merge remote-tracking branch 'crizz0/ticket/8785' into developJoas Schilling2014-03-135-71/+120
|\
| * [ticket/8785] Deletes additional add and add_bcc buttonsCrizzo2014-03-111-2/+0
| * [ticket/8785] Fixed problem with add empty.png and travis will now passCrizzo2014-03-092-3/+3
| * [ticket/8785] and again a fresh lineCrizzo2014-03-091-0/+1
| * [ticket/8785] Just one blank lineCrizzo2014-03-091-0/+1
| * [ticket/8785] pm_layout.html back to more standard codeCrizzo2014-03-093-11/+12
| * [ticket/8785] <hr /> will only displayed when neededCrizzo2014-03-091-1/+1
| * [ticket/8785] Adds blank lines at file endCrizzo2014-03-092-2/+2
| * [ticket/8785] Adds a new optical improvement, new file and fixes html bugsCrizzo2014-03-094-93/+105
| * [ticket/8785] Adds two <hr /> to seperate recipients and BCCCrizzo2014-03-041-1/+2
| * [ticket/8785] Scrollbar to Reciepients and BCC with max-height: 200pxCrizzo2014-03-031-0/+2
| * [ticket/8785] Little spaces mistakeCrizzo2014-03-031-1/+1
| * [ticket/8785] Rebuilding posting_editor pm head + new language varsCrizzo2014-03-033-36/+69
* | Merge pull request #2110 from nickvergessen/ticket/12168Andreas Fischer2014-03-133-2/+3
|\ \
| * | [ticket/12168] Move padding-top to ul.linklist liJoas Schilling2014-03-113-2/+3
* | | Merge pull request #2113 from nickvergessen/ticket/8041Andreas Fischer2014-03-138-10/+13
|\ \ \
| * | | [ticket/8041] Add space/tabs after => in array listJoas Schilling2014-03-131-3/+3
| * | | [ticket/8041] Wrap forum name, topic title and pm folder name with quotesJoas Schilling2014-03-122-2/+2
| * | | [ticket/8041] Merge item name into "Return to" string for better translationsJoas Schilling2014-03-129-9/+12
* | | | Merge pull request #2115 from Elsensee/ticket/12267Andreas Fischer2014-03-131-2/+2
|\ \ \ \
| * | | | [ticket/12267] Replace $php_ext with $phpExOliver Schramm2014-03-131-2/+2
|/ / / /
* | | | Merge branch 'develop-olympus' into developJoas Schilling2014-03-134-2/+63
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'bantu/ticket/12176' into develop-olympusJoas Schilling2014-03-134-2/+62
| |\ \ \ \
| | * | | | [ticket/12176] Reword comment about config entries.Andreas Fischer2014-03-131-4/+6
| | * | | | Merge pull request #6 from nickvergessen/ticket/bantu/12176Andreas Fischer2014-03-131-0/+7
| | |\ \ \ \
| | | * | | | [ticket/12176] Add newest_user_colour to config array to ensure it existsJoas Schilling2014-03-121-0/+7
| | |/ / / /
| | * | | | [ticket/12176] Display correct message when trying to delete founder.Andreas Fischer2014-02-152-2/+8
| | * | | | [ticket/12176] Add functional test for founder deletion message.Andreas Fischer2014-02-151-0/+45
* | | | | | Merge pull request #2104 from nickvergessen/ticket/12261Nathan Guse2014-03-125-4/+50
|\ \ \ \ \ \
| * | | | | | [ticket/12261] Mark test as incomplete, something is wrong with sessionsJoas Schilling2014-03-111-0/+3
| * | | | | | [ticket/12261] Fix doc blockJoas Schilling2014-03-101-1/+1
| * | | | | | [ticket/12261] Validate the redirect hidden field before submitting the formJoas Schilling2014-03-101-0/+2
| * | | | | | [ticket/12261] Add a functional test for redirect after using login_box()Joas Schilling2014-03-105-5/+38
| * | | | | | [ticket/12261] Remove web root path from login redirect urlJoas Schilling2014-03-101-2/+10
* | | | | | | Merge remote-tracking branch 'vsephpbb/ticket/12244' into developJoas Schilling2014-03-121-1/+1
|\ \ \ \ \ \ \
| * | | | | | | [ticket/12244] Rename extensions manager tabMatt Friedman2014-03-111-1/+1
| * | | | | | | [ticket/12244] Rename link to Extensions Manager in the ACPMatt Friedman2014-03-031-1/+1
* | | | | | | | Merge remote-tracking branch 'EXreaction/ticket/11716' into developJoas Schilling2014-03-122-0/+190
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/11716] Correct license URLNathan Guse2014-03-112-2/+2
| * | | | | | | | [ticket/11716] Fix dependencies in migration filesNathan Guse2014-03-112-2/+2
| * | | | | | | | [ticket/11716] Rename migration files and add note that it's converting a MODNathan Guse2014-02-032-2/+6
| * | | | | | | | [ticket/11716] Convert Soft Delete Mod to post/topic visibilityNathan Guse2014-02-032-0/+186
* | | | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2014-03-122-2/+2
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | / / / | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Merge remote-tracking branch 'Crizz0/ticket/10549' into develop-olympusAndreas Fischer2014-03-122-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | [ticket/10549] using correct variable in includes/functions_module.php tooCrizzo2014-03-111-1/+1