aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
Commit message (Expand)AuthorAgeFilesLines
* erm, on the contrary; can that reset callHenry Sudhof2009-08-161-0/+5
* erm, on the contrary; can that reset callHenry Sudhof2009-08-161-6/+0
* add missing spaceMeik Sievertsen2009-08-141-1/+1
* - Unapproved topics can no longer be replied to (Bug #44005)Jim Wigginton2009-08-131-2/+3
* populate who is online only where requiredHenry Sudhof2009-08-121-2/+2
* #49465Henry Sudhof2009-08-121-1/+2
* Fix r9955 for Bug #49435Meik Sievertsen2009-08-121-2/+2
* Update search index if only post subject changed. (Bug #49435)Meik Sievertsen2009-08-111-1/+5
* Preserve post options when refusing to save the post as a draft. #39115Chris Smith2009-07-261-0/+41
* Fix bug #48265 - Correctly set attachment flag for topics, posts and pms afte...Joas Schilling2009-07-241-1/+22
* primitive one-level nestingHenry Sudhof2009-07-231-2/+12
* handle newlinesHenry Sudhof2009-07-221-1/+2
* fall back to bbcode-less quotesHenry Sudhof2009-07-221-1/+9
* Addition to r9731: Add seperate language entry for more flexibility in other ...Andreas Fischer2009-07-091-0/+1
* Another feature: Detect when a post has been altered by someone else while ed...Andreas Fischer2009-07-081-0/+40
* Add some data for akismet et alHenry Sudhof2009-06-291-1/+6
* Thanks NVHenry Sudhof2009-06-261-1/+1
* Thanks NVHenry Sudhof2009-06-261-1/+1
* Fix bug #46225 - Add poster-name to moderator-log when deleting post/topicJoas Schilling2009-06-261-2/+2
* We have to use the documented APIHenry Sudhof2009-06-251-7/+2
* Ability to fetch moderators with get_moderators() even if load_moderators set...Meik Sievertsen2009-06-211-1/+4
* - [Feature] New "Newly Registered Users" group for assigning permis...Meik Sievertsen2009-06-201-2/+2
* Change bug #26545 - Smilies no longer require the f_bbcode permission.Joas Schilling2009-06-181-1/+1
* Use dynamic includes, fix some style bugs, make the old default captcha famil...Henry Sudhof2009-06-171-1/+1
* Quote BBCode doesn't need f_reply now. #16079Chris Smith2009-06-141-1/+1
* Oh right. PHP4Henry Sudhof2009-06-131-1/+1
* Fix bug #46355 - Only change topic/post icon if icons are enabled and user is...Andreas Fischer2009-06-131-1/+5
* some corrections, only very minor things.Meik Sievertsen2009-06-071-2/+3
* Okay, a first ci of the new captcha plugins. We'll add dynamic template inclu...Henry Sudhof2009-06-021-45/+18
* Only use forum id supplied for posting if global announcement detected. (Repo...Meik Sievertsen2009-04-301-0/+20
* Ability to vote in poll is now required for the ability to change existing vo...Meik Sievertsen2009-04-181-2/+2
* a language alteration for captchas. Meik Sievertsen2009-04-111-1/+1
* Fixed bug #40565 – Cancel when replying to global announcement redirects to...Jim Wigginton2009-03-241-1/+2
* Hide font size options which are bigger than the allowed size in the editor. ...Chris Smith2009-03-111-0/+1
* Fixed bug # 41435Jim Wigginton2009-03-021-1/+2
* Fix a bug introduced in r8805 where moderators posts would be queued in forum...Chris Smith2008-11-041-1/+1
* Separate display of posted attachments in posting screen and switch for templ...Meik Sievertsen2008-10-061-5/+4
* further adjustments to exit; statementsMeik Sievertsen2008-09-301-3/+3
* nitpick alarm. ;)Meik Sievertsen2008-09-261-1/+1
* Stop users from deleting posts after the edit time has passed or they have be...Chris Smith2008-09-231-3/+3
* remove duplicate statementMeik Sievertsen2008-09-181-1/+1
* Fix one design failure in phpBB3. Do not count non-approved posts to the user...Meik Sievertsen2008-09-021-3/+2
* as per evil3, some more anti-CSRFHenry Sudhof2008-08-211-1/+2
* Fix some instances where we left db connections open (registration -> captcha...Meik Sievertsen2008-06-131-4/+6
* not unsetting message_parser - a mod or site may want to re-use it.Meik Sievertsen2008-06-081-3/+0
* #21315Henry Sudhof2008-02-141-0/+1
* #15120Henry Sudhof2008-02-011-2/+3
* One commit for those fixes having a very tiny impact (mostly only whitespaces...Meik Sievertsen2008-01-301-5/+5
* Correctly check empty subjects/messages (Bug #17915)Meik Sievertsen2008-01-051-3/+3
* wrong call - utf8_clean_string() instead of utf_clean_string() :)Meik Sievertsen2007-12-121-1/+1