aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* fix $transfer->file_exists() and $transfer->_ls() if using fsock or IIS7. Bug...Meik Sievertsen2009-04-101-2/+37
* hmm... remove <!-- TEST -->Meik Sievertsen2009-04-101-2/+0
* also redirect to topic if forum id not specified (Bug #30855)Meik Sievertsen2009-04-101-2/+2
* Correctly split long subject lines according to the used RFC. This fixes extr...Meik Sievertsen2009-04-102-5/+7
* Erm, yes, we use EOL in queue too. :/ (me is ashamed). Paul, thanks for givin...Meik Sievertsen2009-04-081-0/+5
* support _ in file names in viewonline - Bug #40405Meik Sievertsen2009-04-081-3/+3
* make sure eol is set (if PHP_EOL is empty? :o)Meik Sievertsen2009-04-081-0/+1
* Set topic_last_view_time on post/reply/edit to circumvent race conditions in ...Meik Sievertsen2009-04-082-2/+11
* Revert r9422 while we come up with a better fixChris Smith2009-04-072-2/+1
* Fix infinite loop in truncate_string (Bug #43475)Meik Sievertsen2009-04-041-1/+1
* Fix infinite loop in truncate_string (Bug #43475)Meik Sievertsen2009-04-041-1/+1
* Fixed bug # 42885 - "Select all" selects much too much in OperaJim Wigginton2009-04-012-1/+2
* #43665Henry Sudhof2009-03-311-1/+4
* Conflict resolution again oopsChris Smith2009-03-311-1/+1
* Enforce correct case for template variables. {var} no longer works for example.Chris Smith2009-03-312-5/+6
* #43595 - we should also check for existing classes and use include instead of...Meik Sievertsen2009-03-301-1/+4
* Prevent incomplete backups stored if option &quot;store and download&quot; is...Meik Sievertsen2009-03-303-2/+5
* Sort backups by date, newest first (Bug #14818)Meik Sievertsen2009-03-302-42/+53
* fix ordered list display in forum rules - #14785Meik Sievertsen2009-03-301-1/+1
* Redirect to relevant MCP page of multi-page topic if accessing quickmod tools...Meik Sievertsen2009-03-303-1/+8
* Fix bug in postgresql db layer for LIMIT ALL clauses (reported by JRSweets)Meik Sievertsen2009-03-303-4/+9
* - Add indicator to be used in code if session was created (user visits the si...Meik Sievertsen2009-03-283-1/+12
* fix unkown variable problem. ;)Meik Sievertsen2009-03-281-0/+3
* speed up group deletion and correctly display user parameter if group members...Meik Sievertsen2009-03-272-2/+13
* Inherit the bitfieldHenry Sudhof2009-03-261-1/+18
* Fixed bug # 42455 - Cursor Jumps on New Topic in IEJim Wigginton2009-03-255-4/+3
* Fixed bug #40565 – Cancel when replying to global announcement redirects to...Jim Wigginton2009-03-242-1/+3
* unfortunately we are not able to use db_tools - because we do not know the st...Meik Sievertsen2009-03-241-4/+1375
* some shapesHenry Sudhof2009-03-201-465/+1428
* #40905Meik Sievertsen2009-03-201-9/+13
* #36005 - patch by raimon - wrap on group display for info columnMeik Sievertsen2009-03-201-1/+1
* Fix duplicate creation of acl options in acl_add_options() under certain cond...Meik Sievertsen2009-03-2011-260/+343
* SQL optimisationsChris Smith2009-03-192-4/+4
* Fix race condition for updating post/topic/etc. counter. (reported by BartVB)Meik Sievertsen2009-03-1910-26/+58
* do not use coppa group as failover if disabled (remove user from group)Meik Sievertsen2009-03-191-2/+9
* small SQL optimizationHenry Sudhof2009-03-191-1/+1
* small SQL optimizationHenry Sudhof2009-03-191-1/+1
* backport 3.2 version of phpbb_chmod() - need to be tested further...Meik Sievertsen2009-03-181-52/+76
* XHTML error in prosilver. #43015Chris Smith2009-03-172-3/+3
* this was not supposed to be committed yet - it is completely untestedMeik Sievertsen2009-03-171-51/+31
* ermHenry Sudhof2009-03-171-1/+1
* captcha changesHenry Sudhof2009-03-179-13/+66
* Mass Email works again for users with empty jabber address but notification s...Meik Sievertsen2009-03-175-10/+35
* Bug #39735 - force full date on bump messageMeik Sievertsen2009-03-171-1/+1
* Use FQDN for SMTP EHLO/HELO command. (Bug #41025)Meik Sievertsen2009-03-173-2/+3
* Bug #41175 - wrong call to mb_ereg_search_init() (second commit)Meik Sievertsen2009-03-172-32/+52
* Bug #41175 - wrong call to mb_ereg_search_init()Meik Sievertsen2009-03-171-2/+1
* Flash files do not display anymore after update to flash player 10 (Bug #41315)Meik Sievertsen2009-03-174-11/+23
* Do not suppress PHP notices/errors in language packs if DEBUG_EXTRA mode enab...Meik Sievertsen2009-03-172-2/+9
* further commit for #r9376 for bug #42345Meik Sievertsen2009-03-171-3/+3