aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10121] Fix missing urlencode() for ICQ-number in viewtopic.phpJoas Schilling2011-04-031-1/+1
* [ticket/10121] Fix ICQ profile link, leading to a dead web-messenger.Joas Schilling2011-04-033-3/+3
* Merge branch 'ticket/bantu/9751' into develop-olympusAndreas Fischer2011-04-012-14/+93
|\
| * [ticket/9751] Add shortcut logic for pass_complex == PASS_TYPE_ANY.Andreas Fischer2011-04-011-4/+2
| * [ticket/9751] Compare $password with empty string instead of casting it to boolAndreas Fischer2011-04-011-1/+1
| * [ticket/9751] Use a switch/case block without break for password complexity.Andreas Fischer2011-04-011-11/+13
| * [ticket/9751] Password requirement "Must contain letters and numbers" failsrxu2011-04-012-4/+83
* | Merge remote branch 'callumacrae/ticket/10112' into develop-olympusIgor Wiedler2011-03-312-28/+28
|\ \
| * | [ticket/10112] Replaced a couple occurrences of count() with sizeof()Callum Macrae2011-03-302-28/+28
* | | Merge branch 'ticket/haklop/10110' into develop-olympusIgor Wiedler2011-03-312-0/+160
|\ \ \ | |_|/ |/| |
| * | [ticket/10110] Remove tab from empty linesEric2011-03-311-6/+6
| * | [ticket/10110] Enable the serialization and add a constant forEric2011-03-312-11/+22
| * | [ticket/10110] Update comments with a link to the phpredis extensionEric2011-03-311-2/+5
| * | [ticket/10110] Add Redis ACM backendEric2011-03-312-0/+146
* | | Merge branch 'ticket/jellydoughnut/9946' into develop-olympusAndreas Fischer2011-03-241-1/+2
|\ \ \
| * | | [ticket/9946] Allow storage of data >4kB on Oracle againJosh Woody2011-03-071-1/+2
* | | | Merge branch 'ticket/bantu/10082' into develop-olympusOleg Pudeyev2011-03-232-7/+11
|\ \ \ \
| * | | | [ticket/10082] session_id is CHAR(32) not VARCHAR(32), so give them a CHAR(32).Andreas Fischer2011-03-192-7/+11
* | | | | Merge branch 'ticket/igorw/10107' into develop-olympusOleg Pudeyev2011-03-231-0/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | [ticket/10107] Add cache to the enumeration, make statement more genericIgor Wiedler2011-03-241-1/+1
| * | | | [ticket/10107] Make it clear that provided httpd samples are not perfectIgor Wiedler2011-03-241-1/+1
| * | | | [ticket/10107] Add a webserver section to docs/INSTALL.htmlIgor Wiedler2011-03-231-0/+7
* | | | | Merge remote branch 'nickvergessen/ticket/10033' into develop-olympusIgor Wiedler2011-03-232-2/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ticket/10033] "Disallow usernames" does not check already disallowed names.Joas Schilling2011-03-232-2/+14
|/ / / /
* | | | Merge branch 'ticket/igorw/10101' into develop-olympusOleg Pudeyev2011-03-222-1/+22
|\ \ \ \
| * | | | [ticket/10101] Add test case for native phpass hashesIgor Wiedler2011-03-201-0/+21
| * | | | [ticket/10101] Add support for native phpass hashesIgor Wiedler2011-03-171-1/+1
* | | | | Merge remote branch 'bantu/ticket/10021' into develop-olympusIgor Wiedler2011-03-201-2/+26
|\ \ \ \ \
| * | | | | [ticket/10021] Add comment explaining why we can check -1 as an error value.Andreas Fischer2011-03-181-0/+5
| * | | | | [ticket/10021] Check whether gmmktime() returns false before putting it in SQL.Andreas Fischer2011-03-071-2/+21
* | | | | | Merge remote branch 'bantu/ticket/10102' into develop-olympusIgor Wiedler2011-03-201-1/+1
|\ \ \ \ \ \
| * | | | | | [ticket/10102] Correct member.S_PENDING_SET to S_PENDING_SET in if statement.Andreas Fischer2011-03-191-1/+1
* | | | | | | Merge remote branch 'igorw/ticket/9806' into develop-olympusIgor Wiedler2011-03-201-0/+175
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | [ticket/9806] Script for merging pull requestsIgor Wiedler2011-03-131-0/+175
* | | | | | | Merge remote branch 'bantu/ticket/10100' into develop-olympusIgor Wiedler2011-03-181-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | [ticket/10100] Update rand_seed_last_update before rand_seed in unique_id().Andreas Fischer2011-03-171-1/+1
|/ / / / / /
* | | | | | Merge branch 'ticket/naderman/9685' into develop-olympusAndreas Fischer2011-03-153-3/+35
|\ \ \ \ \ \
| * | | | | | [ticket/9685] Buffer posts for search indexing when using mssqlnative.Nils Adermann2011-03-153-3/+35
* | | | | | | Merge branch 'ticket/p/10096' into develop-olympusAndreas Fischer2011-03-141-1/+1
|\ \ \ \ \ \ \
| * | | | | | | [ticket/10096] Fixed whitespace in functions.php.Oleg Pudeyev2011-03-131-1/+1
* | | | | | | | Merge branch 'ticket/p/10092' into develop-olympusAndreas Fischer2011-03-141-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/10092] Ignore overlength comment lines in commit-msg hook.Oleg Pudeyev2011-03-111-1/+1
* | | | | | | | | Merge branch 'ticket/p/10078' into develop-olympusAndreas Fischer2011-03-141-2/+3
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | [ticket/10078] Avoid \n in strings given to echo for portability.Oleg Pudeyev2011-03-111-2/+3
| |/ / / / / / /
* | | | | | | | Merge branch 'ticket/bantu/8802' into develop-olympusOleg Pudeyev2011-03-122-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/8802] Make FORUMS_MARKED more generic as it is also used for subforums.Andreas Fischer2011-03-101-1/+1
| * | | | | | | | [ticket/8802] Rename "Mark forums read" to "Mark subforums read" for subforums.Andreas Fischer2011-03-102-1/+2
* | | | | | | | | Merge branch 'ticket/erikfrerejean/9948' into develop-olympusOleg Pudeyev2011-03-122-4/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | [ticket/9948] Inline quicktime files won't showErik Frèrejean2010-12-152-4/+4
* | | | | | | | | Merge branch 'ticket/bantu/10088' into develop-olympusIgor Wiedler2011-03-121-0/+5
|\ \ \ \ \ \ \ \ \