root / trunk / phpBB / posting.php

View | Annotate | Download (57.6 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10211 10/04/2009 07:14 PM Meik Sievertsen

Copy 3.0.x branch to trunk

10186 09/25/2009 09:41 AM Joas Schilling

Fix Bug #51835 - editing posts with attachments - regression from r9843 introduced in #48265

Authorised by: AcydBurn

10170 09/20/2009 06:08 PM Meik Sievertsen

note correct username if post/topic get's removed if user is anonymous

10166 09/20/2009 01:32 PM Meik Sievertsen

although we do not use force_approved_state check it nevertheless for the message displayed to the user - bug #51325

10080 08/31/2009 03:57 PM Joas Schilling

fix r10076 for #48615 - Ability to specify amount of time user is able to delete his last post in topic.

Authorised by: AcydBurn

10076 08/31/2009 01:29 PM Meik Sievertsen

Do not take edit post time into account for determining permission to delete last post in topic. (Bug #48615)

9999 08/16/2009 10:21 PM Henry Sudhof

erm, on the contrary; can that reset call

9998 08/16/2009 10:11 PM Henry Sudhof

erm, on the contrary; can that reset call

9981 08/14/2009 03:14 PM Meik Sievertsen

add missing space

9971 08/13/2009 10:17 PM Jim Wigginton

- Unapproved topics can no longer be replied to (Bug #44005)

9961 08/12/2009 11:30 AM Henry Sudhof

populate who is online only where required

9960 08/12/2009 10:25 AM Henry Sudhof

#49465

9959 08/12/2009 10:22 AM Meik Sievertsen

Fix r9955 for Bug #49435
(Since $update_message was true in submit_post() the non-parsed text had been entered into the db [because $update_message was false before])

9955 08/11/2009 02:35 PM Meik Sievertsen

Update search index if only post subject changed. (Bug #49435)

9859 07/26/2009 05:16 PM Chris Smith

Preserve post options when refusing to save the post as a draft. #39115

9843 07/24/2009 09:01 AM Joas Schilling

Fix bug #48265 - Correctly set attachment flag for topics, posts and pms after deleting attachments - Patch by WorldWar and nickvergessen

Authorised by: AcydBurn

9838 07/23/2009 10:19 AM Henry Sudhof

primitive one-level nesting

9837 07/22/2009 10:02 PM Henry Sudhof

handle newlines

9835 07/22/2009 04:39 PM Henry Sudhof

fall back to bbcode-less quotes

9742 07/09/2009 10:34 AM Andreas Fischer

Addition to r9731: Add seperate language entry for more flexibility in other languages.
Authorised by: naderman

9731 07/08/2009 10:22 AM Andreas Fischer

Another feature: Detect when a post has been altered by someone else while editing.
Authorised by: acydburn

9702 06/29/2009 12:52 PM Henry Sudhof

Add some data for akismet et al

9680 06/26/2009 10:26 AM Henry Sudhof

Thanks NV

9679 06/26/2009 10:24 AM Henry Sudhof

Thanks NV

9678 06/26/2009 10:15 AM Joas Schilling

Fix bug #46225 - Add poster-name to moderator-log when deleting post/topic

Authorised by: acydburn

9672 06/25/2009 08:26 AM Henry Sudhof

We have to use the documented API

9640 06/21/2009 09:36 AM Meik Sievertsen

Ability to fetch moderators with get_moderators() even if load_moderators setting is off. (Bug #35955)

9636 06/20/2009 06:45 PM Meik Sievertsen

- [Feature] New "Newly Registered Users" group for assigning permissions to newly registered users. They will be removed from this group once they reach a defineable amount of posts.
- [Feature] Ability to define if the "Newly Registered Users" group will be assigned as the default group to newly registered users....

9615 06/18/2009 11:07 AM Joas Schilling

Change bug #26545 - Smilies no longer require the f_bbcode permission.

Authorised by: acydburn

9609 06/17/2009 01:29 PM Henry Sudhof

Use dynamic includes, fix some style bugs, make the old default captcha family backwards compatible to 3.0.5 styles

9590 06/14/2009 11:09 AM Chris Smith

Quote BBCode doesn't need f_reply now. #16079

9581 06/13/2009 02:09 PM Henry Sudhof

Oh right. PHP4

9580 06/13/2009 01:59 PM Andreas Fischer

Fix bug #46355 - Only change topic/post icon if icons are enabled and user is allowed to.
Authorised by: acydburn

9554 06/07/2009 11:34 AM Meik Sievertsen

some corrections, only very minor things.

9524 06/02/2009 02:12 PM Henry Sudhof

Okay, a first ci of the new captcha plugins. We'll add dynamic template includes later, as well as documentation on how to use this. I'm prepared to get yelled at for bugs (oh, I know that there are plenty); but please blame spammers for broken styles and MODs.

9499 04/30/2009 08:15 AM Meik Sievertsen

Only use forum id supplied for posting if global announcement detected. (Reported by nickvergessen)

9470 04/18/2009 05:22 PM Meik Sievertsen

Ability to vote in poll is now required for the ability to change existing vote. (Bug #38925)

9437 04/11/2009 09:11 AM Meik Sievertsen

a language alteration for captchas.
Added min/max captcha chars constants and changed the length from 5-8 to 4-7

9406 03/24/2009 04:43 PM Jim Wigginton

Fixed bug #40565 – Cancel when replying to global announcement redirects to first forum - not to the current forum
Authorised by: acydburn

9365 03/11/2009 05:11 PM Chris Smith

Hide font size options which are bigger than the allowed size in the editor. #42615

9356 03/02/2009 11:16 PM Jim Wigginton

Fixed bug # 41435

Authorised by: acydburn

9048 11/04/2008 04:54 PM Chris Smith

Fix a bug introduced in r8805 where moderators posts would be queued in forums where posts are queued.

8976 10/06/2008 03:53 PM Meik Sievertsen

Separate display of posted attachments in posting screen and switch for template to indicate adding attachments are allowed. Related to Bug #13871

8957 09/30/2008 11:49 AM Meik Sievertsen

further adjustments to exit; statements
force E_USER_ERROR to exit always - it is always a fatal error which should stop every execution happening

8944 09/26/2008 03:14 PM Meik Sievertsen

nitpick alarm. ;)

8924 09/23/2008 08:04 PM Chris Smith

Stop users from deleting posts after the edit time has passed or they have been locked. #19115

8883 09/18/2008 05:05 PM Meik Sievertsen

remove duplicate statement

8805 09/02/2008 08:36 AM Meik Sievertsen

Fix one design failure in phpBB3. Do not count non-approved posts to the user_posts. Before, a user was able to circumvent basically any protection based on post counts.
At the same time implement the queue_trigger feature.

8775 08/21/2008 05:41 PM Henry Sudhof

as per evil3, some more anti-CSRF

8655 06/13/2008 09:39 PM Meik Sievertsen

Fix some instances where we left db connections open (registration -> captcha for example)

8620 06/08/2008 12:39 PM Meik Sievertsen

not unsetting message_parser - a mod or site may want to re-use it.

8479 03/29/2008 01:22 AM Nils Adermann

Hiding everywhere little buggers, eh?

8380 02/14/2008 01:33 PM Henry Sudhof

#21315

8362 02/01/2008 02:12 PM Henry Sudhof

#15120
#16029

8350 01/30/2008 05:01 PM Meik Sievertsen

One commit for those fixes having a very tiny impact (mostly only whitespaces or forgotten spans, etc.)
Although i somehow mistakingly got #20445 and #15249 into it. :/

Removing s_watching_img from watch_topic_forum() function (Bug #20445)
Changing order for post review if more than one post affected (Bug #15249)...

8306 01/05/2008 05:10 PM Meik Sievertsen

Correctly check empty subjects/messages (Bug #17915)
Do not check usernames against word censor list. Disallowed usernames is already checked and word censor belong to posts. (Bug #17745)
Additionally include non-postable forums for moderators forums shown within the teams list. (Bug #17265)

8285 12/26/2007 03:53 PM

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8275 12/12/2007 12:07 PM Meik Sievertsen

wrong call - utf8_clean_string() instead of utf_clean_string() :)

8268 12/05/2007 04:24 PM Meik Sievertsen
  • empty log message ***
8266 12/05/2007 03:21 PM Henry Sudhof

err...

8265 12/05/2007 03:18 PM Henry Sudhof

err ... why all this?

8264 12/05/2007 03:16 PM Henry Sudhof

#15889

8241 11/17/2007 09:04 PM Meik Sievertsen

some further fixes
- re-introduce grabbing random number from /dev/urandom

8146 10/05/2007 04:30 PM Meik Sievertsen

dumdidum... sorry. ;)

8138 10/04/2007 08:26 PM Meik Sievertsen

some bugfixes.

8128 10/04/2007 06:42 AM David M

#i71
#i72

8120 10/03/2007 05:05 PM Henry Sudhof

Ok, here comes a big one. Poor updater. Also requires testing.

#i91
#i92
#i93
#i94
#i95
#i96

8099 09/22/2007 08:31 PM Meik Sievertsen

#i62 - #i65
gone through every javascript invocation and making sure we adhere to our coding guidelines.

8072 08/30/2007 11:21 PM Meik Sievertsen

necessary changes...

8034 08/16/2007 01:28 PM Meik Sievertsen

- two new packages... diff and utf
- only 60 chars for topic title if new post (please see changelog for explanation)
- change utf8_wordwrap (had some bugs david and nils spotted - was not really functional, sorry for this. :D)

7994 08/01/2007 06:27 PM Meik Sievertsen

some tiny fixes and two new features. ;)

7961 07/27/2007 07:33 PM Meik Sievertsen

err, forgot to commit

7958 07/27/2007 04:55 PM Henry Sudhof

#13800

7954 07/26/2007 05:51 PM Meik Sievertsen

do not get too excited

7920 07/22/2007 10:11 PM Meik Sievertsen

try to normalize everything...

7917 07/21/2007 06:11 PM David M

#13657 - thanks Thatbitextra

7887 07/15/2007 02:09 PM Henry Sudhof

#13435

7831 07/04/2007 02:38 PM David M

#12947 - thanks to APTX for his partial patch and Highway_of_Life and iWisdom for testing

7823 07/02/2007 06:33 PM Henry Sudhof

#11349

7822 07/02/2007 04:05 PM Henry Sudhof

Adding the bot mark/unmark links already promised in the changelog.
Adds backlinks to the success screen after closing reports (#12905)
Some style and language fixes (#12493, #12235, #11235, #11949) - the latter is still not perfect.
Added code to the phpBB2 converter to deal with slashed quotes (#12607)...

7804 06/27/2007 06:02 PM Meik Sievertsen

deny access to the posting page for bots...

7777 06/18/2007 05:12 PM Henry Sudhof

Fixing a few minor bugs; changing one language variable.

#12123
#12483
#12489
#12513

7766 06/16/2007 02:25 PM Meik Sievertsen

#12433 (attention: new language variable which will give php notices for those using a language pack not having this added variable)

7749 06/11/2007 02:12 AM Meik Sievertsen

my round of bug fixes

7736 06/09/2007 01:11 PM Meik Sievertsen

ok, mess around with the templates + fixing some bugs + adjusting headers for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!)

7732 06/08/2007 05:38 PM Henry Sudhof

#12263

7715 06/06/2007 04:00 PM Henry Sudhof

Changing the stance we take towards flash. (DelvarWorld, NeoThermic)
fixing a few smaller bugs.

#12007
#12003

7692 05/27/2007 05:07 PM Henry Sudhof

Some fixes and improvements.
#11817
#11851
#11801
#11461

7687 05/26/2007 06:38 PM Meik Sievertsen

hopefully not too late in the game. Checked in new jabber class (the class done by the flyspray project). It would be nice if this could be tested with more servers - jabber.org seems to work fine...
- other fixes

7659 05/21/2007 02:30 PM Henry Sudhof

#11257

... 96 bugs on the wall ...

7615 05/17/2007 03:01 PM Meik Sievertsen

#11046 - properly show load button.

7537 05/12/2007 01:29 AM David M

#10781
Thanks APTX

7519 05/09/2007 09:06 PM Meik Sievertsen

fix for editing unapproved posts by a person not on moderation queue (do not switch state)

7490 05/06/2007 09:11 PM David M

#10567

7412 04/27/2007 06:13 PM Meik Sievertsen

fixing...

7384 04/22/2007 05:27 PM Meik Sievertsen

#10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624

prosilver adjustments for important announcements in ucp - #9995
MCP fixes for user notes/warnings - #9981
Preserving imageset values on save/edit
find a member link for Mass PM's - #9925...

7356 04/15/2007 04:38 PM David M

#9864

7354 04/13/2007 05:33 PM shs

Revert and undoing bug #9736

Won't fix, at least for 3.0.x. Re-review come 3.2.x and perhaps may be able to get localised prefixes, so something like:

Sv: Re: Antwort: <Subject>

... doesn't happen. :P

7341 04/13/2007 06:13 AM shs

#9736

Quidquid latine dictum sit, altum sonatur. :P

7322 04/10/2007 10:50 PM Meik Sievertsen

checking in some fixes... also added "previous/next pm in history" links to prosilvers private message view; dhn, you may want to have a look at the placement. :)

7267 04/02/2007 06:05 PM Meik Sievertsen

#5163

7242 03/30/2007 04:24 PM Meik Sievertsen

other fixes...

7241 03/30/2007 12:49 PM Meik Sievertsen

some changes/bugfixes

7150 03/08/2007 04:49 PM Meik Sievertsen

again... some more fixes.

7138 03/06/2007 05:51 PM Meik Sievertsen

fix guest posting/editing bugs

7114 03/03/2007 06:41 PM Meik Sievertsen

Fixing the following bugs:
#8444 (language dependent buttons no longer include the dimensions to allow bigger/smaller translated images)
#8414
#8396
#8388
#8216

thanks to bartvb and kellanved for providing possible fixes...

7058 02/25/2007 06:38 AM David M

#8292

7054 02/24/2007 01:31 PM Meik Sievertsen

trying to fix some bugs...

6894 01/17/2007 07:41 PM Meik Sievertsen

ok, handled some bugs... the most important being validate_username (the variable passed to validate_data([...]array('username', [...])) and updating group listings while doing relevant group actions. Oh, and PM icons are working now. :o

6831 01/03/2007 05:38 PM Meik Sievertsen

- removed download mode selection (the column info and constants will not be removed, we or others may be able to re-use them later on)
- removing extension from physical filename for uploaded attachments (as has been suggested some time ago from our community), can still be used by using the new 'unique_ext' mode on file cleaning...

6803 12/24/2006 02:11 PM Meik Sievertsen

some fixes today
- most important change is the consolidation of the display attachment functions; merging them together to have one function we need to call.

6801 12/24/2006 07:26 AM David M

#6504

6731 12/09/2006 08:17 PM David M

proper solution to #6114, guarantees $seed lies below 0x7FFFFFFF

6729 12/08/2006 01:08 AM David M

#6076
- removed unused junk from functions.php

6711 12/05/2006 09:06 PM David M

oops :D

6705 12/03/2006 06:36 PM David M

#5734
- replaced array_rand($array) with mt_rand(0, sizeof($array) - 1) as array_rand did not take my seed

6698 12/02/2006 02:19 PM Meik Sievertsen

- a bunch of fixes
- added todos to the updater to make sure i do not forget. :)

6628 11/21/2006 07:15 PM Meik Sievertsen

- fixing a bunch of bugs
- moved the install trigger error to sessions and also disabled it for those having DEBUG_EXTRA enabled.
i hope not having introduced too many new bugs.

6619 11/20/2006 05:40 PM Meik Sievertsen

fix for bug #5490
- make sure bots are catched by the posting auth too.

6601 11/18/2006 05:27 PM Meik Sievertsen

- a handful of mcp fixed, the most important one is the change for check_ids() - it is now supporting ids from more than one forum too, making it possible to use some mcp features as designed initially. We really need to get our moderator team testing the mcp extensively....

6584 11/15/2006 04:35 PM Meik Sievertsen

- fixes for the following bugs:
#5326
#5318
#5304
#5290
#5288
#5278
#5276
#5272
#5266
- also fixed the "Call-time pass-by-reference" bug #5252
- within this step changed the normalize calls to require references.
- added captcha size variables to the class scope (suggestion was posted at area51)

6569 11/12/2006 03:29 PM Nils Adermann

message

6555 11/05/2006 07:13 PM Meik Sievertsen

- #5120
- #5104

6548 11/03/2006 10:05 PM Meik Sievertsen

ok, i am an idiot...

6527 10/26/2006 12:58 PM Meik Sievertsen

some bugfixes

6513 10/20/2006 03:48 PM Meik Sievertsen

- adjust unread query a bit to cope with large topics (thanks bart!)
- fixing some bugs
- more username_clean work

6478 10/11/2006 03:48 PM Meik Sievertsen

some fixes

6455 10/07/2006 05:47 PM Meik Sievertsen

for some things we do not need the utf8 function. :)

6452 10/07/2006 02:36 PM Meik Sievertsen

tried to begin adjusting all string functions where applicable - still a lot to do.
i hope i catched all relevant sections and did not mess something up.

6448 10/06/2006 11:37 PM David M

#3794

6447 10/06/2006 08:43 PM Meik Sievertsen

- support re-caching of theme data if stylesheet.css changed and load_tplcompile enabled
- mcp fixes
- fixed some usability issues

6428 10/02/2006 05:11 PM Meik Sievertsen

consistent acp layout regarding backlinks and messages.

6414 09/28/2006 05:04 PM Meik Sievertsen

- added confirmation to removing bbcodes
- added optional MX and DNSBL checks
- added backtrace (triggering sql error) on error within sql_in_set as well as making sure it is handling an array
- let users having f_list access to a forum actually see the forum without a topic list and not displaying an error message - this allows for giving people access to subforums but not the parent forum without the need to add the (sub-)forum to the index....

6364 09/13/2006 06:08 PM Meik Sievertsen

- fixed some bugs
- changed attachment handling a bit
- tried to remove target tags out of the code
- do not add session ids to urls for bots as well as not creating a new session on each page view for them

I bet i introduced some bugs too. ;)

6351 09/04/2006 03:47 PM Meik Sievertsen

- fixing profile bug
- adjusting acl_gets calls (they are or'd - make sure they get checked correctly based on the situation)
- automatically assign the u_download and u_search permission to the guest group

6326 08/29/2006 04:57 PM Meik Sievertsen

hopefully fixing bug #3966

6317 08/25/2006 05:15 PM Meik Sievertsen

some fixes.

David, could you check the pass_complex expressions? They are:
.* PASS_TYPE_ANY (any characters are allowed, no check)
[a-zA-Z] PASS_TYPE_CASE (password must contain alphanumerics)
[a-zA-Z0-9] PASS_TYPE_ALPHA (password must contain alphanumerics and numbers)...

6237 08/05/2006 05:49 PM Meik Sievertsen

- fixed some bugs
- made imageset naming more consistent
- updated every schema to be consistent and also fixed it (every db should install fine now)
-

6224 08/01/2006 05:29 PM Meik Sievertsen

- fixing some bugs
- shortening some db columns to meet the requirements
- correctly increase/decrease user post counts
- fix the topic title length bug(s)

6209 07/24/2006 12:08 PM David M

OK...

This commit should increase the total number of BBCodes from 31 to 2040. Some things to watch out for:

Each database likes to deal with binary data in its own, special way. They are, quite frankly, too cool for school.

MySQL, MSSQL and Oracle all allow me to send in a default value for their binary column using a hex number. However, MSSQL forces me to send the specific data as a hex number and thus we must CAST it....

6190 07/17/2006 05:32 PM Meik Sievertsen

fix the schema files as well as other tiny bugs.

6188 07/17/2006 05:23 AM David M

hmm... This commit does not increase the number of BBCodes. However, this does other things that we need to do first. This splits the usage of allow_* from the BBCode bitfield in forum descriptions, forum rules and group descriptions. This also fixes a tiny, tiny severe issue that nobody found :D I hope it works :P

6177 07/13/2006 02:51 PM Meik Sievertsen

- renamed the following columns:
comment -> attach_comment
new, forwarded, unread, marked, deleted -> pm_new, pm_forwarded, pm_unread, pm_marked, pm_deleted
module_name -> module_basename
value -> lang_value

- every column is now NOT NULL
- every column is now having a DEFAULT value...

6165 07/10/2006 05:55 PM Meik Sievertsen

fix some bugs... again. :)

6161 07/09/2006 06:23 PM Meik Sievertsen

- tackle some usability issues
- fix bug #3147
- added the lock-images made by SHS`
- fixed MSSQL errors (adding the correct ESCAPE sequence)

6149 07/06/2006 06:46 PM Meik Sievertsen

some bugfixes

6139 07/02/2006 11:42 PM Meik Sievertsen

- fixed language pack management a bit (supporting backslashes)
- fixed ftp_fsock, also fixing a reported bug in there

6135 07/01/2006 09:11 PM Meik Sievertsen

- add additional auth check to the permission roles modules
- added new function to return globally used expressions (get_preg_expression($mode)). This should be very helpful in getting wide spread similar checks (regular expressions) to one place reducing the risk of forgetting to change every location if you fix one. ;) We will add additional ones later, at the moment only the email check is retrieved......

6104 06/19/2006 11:30 PM Meik Sievertsen

some bugfixes

6073 06/16/2006 06:54 PM Meik Sievertsen

- removed db cache (might re-appear, but for now we do not see the need for it)
- all changes to styles/subsilver/template are purely cosmetic (no functional changes)
- cosmetics
- bugfixes
- add index to modules table
- use modules ordering code for forums too

6063 06/14/2006 08:59 PM Nils Adermann

- automatically sync topic_reported when deleting a post [Bug #2152]
- retrieve forum information in report.php
- don't update deleted topics
- proper permission check for "admin or moderator"
- allow changing poster while ip dropdown contains a different user [Bug #2190]...

6022 06/08/2006 12:59 PM Meik Sievertsen

- fix some smaller bugs
- removed custom profiles preview field from acp

6015 06/06/2006 10:53 PM Meik Sievertsen

ok, this one is rather large... the most important change:
re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different

apart from this, code cleanage, bug fixing, etc.

6014 06/06/2006 12:54 PM Meik Sievertsen

make sure we check the attachment status for the correct user ;)

5967 05/26/2006 05:04 PM Meik Sievertsen

some tiny changes...

5949 05/20/2006 06:23 PM Meik Sievertsen

#1871

5934 05/20/2006 12:50 AM David M

a few changes ;-)

5922 05/17/2006 06:58 PM Meik Sievertsen

fix bug #1857

5911 05/13/2006 07:48 PM David M

- captcha stuff
- unique_id

5902 05/12/2006 10:52 PM Meik Sievertsen

- introduce new function build_url to easily build a valid url from the user->page object as well as optionally removing certain keys
- changed attachment config to utilize the config build methods
- cleaned up posting.php
- the submit/delete_post functions are now usable (functions_posting.php)...

5888 05/06/2006 05:15 PM Nils Adermann

- introduce LA_, UA_ and A_ template variables (they allow styles to use template variables used for javascript in subSilver outside javascript in their own template while they won't break our javascript if they contain quotes) also fixes [Bug #1116]
- corrected page title for search indexing progress bar [Bug #1695]...

5883 05/05/2006 07:56 PM Meik Sievertsen

- some adjustements for phpdocumentor

5858 04/29/2006 03:18 AM Meik Sievertsen

- fixing some bugs, containing fixes for anonymous username displays, eaccelerator issue, permission trace and a few smaller bugs.

5857 04/28/2006 06:37 PM David M

- Added some missing lang strings

5813 04/21/2006 10:42 PM grahamje

Porting the random number generator code over
Fingers crossed that this doesn't break anything.... ;-)

5791 04/18/2006 12:36 AM Meik Sievertsen

say hello to role descriptions, role ordering and tooltips on role selects

5784 04/15/2006 04:48 PM Meik Sievertsen

- fixed some bugs
- made sql schemas consistent
- added correct sequences and generators to sql schemas
- extended some rows to hold more data. This solves issues with multibyte characters and too short topic titles, names, etc.
- allow multibyte characters in usernames

5765 04/06/2006 07:15 PM Meik Sievertsen

To all people having their bug status set to fixed: SF pserver CVS access is currently down, therefore the snapshots are still out of date.

- fix a bunch of bugs
- <!-- $Id$ --> is no longer allowed in template (.html) files
- changed layout of private message screens (folders are menu items)...

5739 03/28/2006 02:44 PM David M

- Visual Confirmation for guest posting

5721 03/25/2006 05:10 PM Meik Sievertsen

do not ask why i put the pm table there instead of the polls. :o
- remove forum description from title tag (now it's able to hold bbcode etc. resulting in broken layout)

5709 03/25/2006 01:07 PM Meik Sievertsen

- extended session_page and user_lastpage to hold a maximum of 200 chars (instead of 100) - session_page gets truncated to 200 chars
- streamlined the process of generating text with bbcode/smilies/urls (forum rules, forum descriptions, group descriptions at the moment)...

5678 03/21/2006 08:23 PM Meik Sievertsen

- a bunch of bugfixes. :P

5633 03/15/2006 02:03 PM Meik Sievertsen

- adding ability to assign moderator specific ban options
- fixing destroying of sql caches
- fixing referencing of sql cached queries if more than one are active on one page
- other fixes

5603 03/06/2006 03:03 PM Meik Sievertsen

- added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag)
- fixed forum editing and parent id selection
- completely removed HTML support (it only creates security problems)
- changed cache_moderators() to reflect permission changes

5588 02/26/2006 09:38 AM subblue

Fixed undefined poll and topic_attachment variables when editing posts.

5580 02/24/2006 06:33 PM Meik Sievertsen

- blabla, additional bugfixing permissions...

5523 02/05/2006 12:02 AM subblue

Changed url target method for BBcode help links and fixed undefined index bug

5494 01/25/2006 10:01 PM Meik Sievertsen

- moved add_log out of functions_admin (this file should only be included in admin/admin-related pages)
- fixed cookie based topic tracking
- added missing config variables
- other minor things

5490 01/23/2006 07:47 PM Meik Sievertsen

- fix minor bugs

5486 01/22/2006 02:06 PM Meik Sievertsen

- size select fix
- introduced function for building group options (acp)
- fixed acl_getf if negated option needs to be retrieved
- only using one function for updating post informations
- fixing module display if module is disabled
- if user is having a non-existent style do not print out error message, instead fix the users value and load the default style

5485 01/22/2006 01:41 PM grahamje

A few missing redirection changes

5482 01/21/2006 11:57 PM Nils Adermann

- search deals with global topics
- fixed some other search related bugs

5471 01/18/2006 07:06 PM Meik Sievertsen

- fix two very annoying bugs
(1) mark topic read behaving incorrectly if editing posts (the topic gets marked unread)
(2) jump to wrong page number (viewtopic with post id) if descending post ordering is set

5468 01/17/2006 07:03 PM Meik Sievertsen

just preparing...

5451 01/14/2006 03:34 PM Meik Sievertsen

- assign user rank
- only a few very tiny bugfixes

5441 01/11/2006 07:56 PM Nils Adermann

- overhauled search system
- updated structure for search backend plugins
- better result caching using ACM
- search results no longer session restricted => link to them by copying the URL :)
- in-topic search
- indexing posts now uses search backend plugins...

5380 12/27/2005 02:44 PM David M

- Post/Topic icon text selection is fixed

5272 10/19/2005 08:00 PM Meik Sievertsen

- updated topic tracking code
- additional changes (mostly bugfixes)
- bart, if you update your user table with the user_lastmark field, set it to the user_lastvisit value ;)
- and last but not least, introducing some bugs in ucp main front (regarding topic tracking)

5263 10/08/2005 01:00 AM Meik Sievertsen

- another try to break things. :)
- adjusted the dbal a little bit
- removed db2 support

5249 10/03/2005 05:21 PM Meik Sievertsen

fix tiny bug. ;)

5247 10/02/2005 08:47 PM Meik Sievertsen

- session changes

5199 08/19/2005 12:48 PM Meik Sievertsen

- add ability to limit search to groups

5157 06/10/2005 08:57 PM Meik Sievertsen

- log removing posts
- fix queue saving if package size is 0
- user memberships (not used atm)

5138 04/30/2005 04:36 PM Meik Sievertsen

- some fixes here and there

5117 04/10/2005 08:07 PM Meik Sievertsen

- added updated coding guidelines
- introduced is_registered and is_bot flags for correct determinition of guest/registered/bot users
- changed bot code to act on useragent || ip

5114 04/09/2005 02:26 PM Meik Sievertsen

- Documentation related changes
- added resend activation email dialog
- fixed issue in session code
- log failed/successful admin re-authentication/login
- fixed simple forum dropdown box (used in mcp and posting)

5108 03/21/2005 11:43 PM Meik Sievertsen

- first try to break things...

5088 01/29/2005 03:46 PM Meik Sievertsen

fix last_post_information for moderated topics

5082 01/27/2005 07:54 PM Meik Sievertsen

- fix serious bug (not updating topic/post count), i do not know why this slipped through and no one noticed... :) Maybe only i, lately i was performing very badly, had a few flaws, need to update myself to a stable version...

5074 01/24/2005 12:02 AM Meik Sievertsen

- change registration page language on-the-fly
- added download function to functions_compress as well as tiny bugfixes
- added local_name and author to iso.txt file

5068 01/20/2005 09:57 PM Meik Sievertsen

- bugfixes
- default sort options for posts too
- adjusted format_date to remove the (time intensive) preg_ calls
- temporary style.php code.

5066 01/16/2005 01:09 PM Meik Sievertsen

- do not add post to queue (if moderated forum) if posting user is able to approve posts.

5063 01/15/2005 07:49 PM Meik Sievertsen

- bugfixes
- do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!)

5032 12/12/2004 03:07 PM Meik Sievertsen

- fix attachment mod errors
- make upload path consistent with all other 2.2 path settings
- fix "post title wrong after split" bug

5011 10/30/2004 07:04 PM Meik Sievertsen

fix subject bug

5003 10/19/2004 09:26 PM Meik Sievertsen

- search updates

4989 09/28/2004 07:46 PM Meik Sievertsen

- fixing ongoing "topic/post icons bug"

4984 09/16/2004 08:33 PM Meik Sievertsen

- more updates, mostly bugfixes to the bbcode parser
- changed current_user in sessions (please review)
- give more flexibility to style authors in regard to the pagination elements
- profile fields updates (included a sample constuct into viewtopic_body.html - have to be documented extensivly)...

4981 09/05/2004 05:45 PM Meik Sievertsen

- re-enable polls (user is now able to decide if users are able to change votes if this feature is enabled within the given forum)

4978 09/04/2004 09:32 PM Meik Sievertsen

my turn to break the forum (and at least pm's are no longer working - will not last long). HARRRR

4970 09/01/2004 05:47 PM psotfx

This is a mass commit ... expect trouble! Changes made here are primarily to how login is handled, schema changes necessary!

4968 09/01/2004 10:40 AM Meik Sievertsen

- re-enable post icons (sorry for this, thought we would only support topic icons. :D) - fixed ordering to let the post icon_id be the primary selection

4956 08/04/2004 08:29 PM Meik Sievertsen

- fix time limit issue for moderators
- fixing redirection after posting

4938 07/27/2004 09:47 PM Meik Sievertsen

do not update post_text if the message content was not changed... (fixing a bug ;))

4937 07/19/2004 10:13 PM Meik Sievertsen

- approve/disapprove posts/topics
- changed mcp_front to be more moderator friendly
- able to change the forum in mcp_queue (for moderators moderating more than one forum)

4925 07/11/2004 05:20 PM Meik Sievertsen

- fixed permissions for mcp (global permission settings are false if user is only able to moderate one to x forums)
- determine permission settings for submodules
- further approve/disapprove work (approve_details added)

4920 07/09/2004 12:41 AM Meik Sievertsen

- remove output buffering options from download.php (not needed anymore)
- optimized viewtopic.php a little bit
- removed the create_function (was consuming too much memory) from viewtopic
- check for manually added convert[.exe] program name to imagemagick path in admin_attachments...

4919 06/24/2004 10:09 AM Meik Sievertsen

- fixed topic icon display (correct radio box checked, only visible in first post)

4912 06/06/2004 11:44 PM Meik Sievertsen

- added folder_moved image
- new feature: bookmark topics
- fixed post details link
- added confirmation screen to cookie deletion

4905 05/31/2004 11:35 PM Meik Sievertsen

- fix notify templates
- re-added subscribe/unsubscribe topic links. ;)

4904 05/31/2004 08:00 PM Meik Sievertsen

- added delete cookies link
- fixed global announcement links in viewforum
- do not display redirects in link forums as posts in forum overview

4903 05/30/2004 09:24 PM Meik Sievertsen

- forum rules + link to forum rules
- three new (tiny) functions added to functions_posting responsible for handling text with bbcode/smilies/urls, use them at items all over across phpbb...
- some bugfixes within admin_forums and other files
- new admin_board layout (much safer, security wise)

4890 05/26/2004 08:20 PM Meik Sievertsen

approval/other fixes

4883 05/02/2004 03:06 PM Meik Sievertsen

fix some issues with oop, fixing small bugs and prepare the next steps...
NOTE TO DEVS: have a look at adm/admin_board.php (new config layout)

4870 03/20/2004 06:06 PM Meik Sievertsen

add a little bit more information for style authors
ease the jumpbox handling a little bit

4862 03/11/2004 10:17 PM Meik Sievertsen

- re-enable drafts. ;)
- put extension checking into a small function...

4861 03/10/2004 09:30 PM Meik Sievertsen

- check for array [lang]
- admin_forums delete routine updated
- added extension groups per forum

4859 03/06/2004 05:58 PM Meik Sievertsen

minor adjustments

4857 03/05/2004 10:21 AM Meik Sievertsen

argh... parse error

4855 03/02/2004 02:52 PM Meik Sievertsen

correct passworded forum login

4846 02/28/2004 10:24 PM Meik Sievertsen

cleanup... :P

4844 02/28/2004 10:16 PM Meik Sievertsen

splitted language files

4836 02/21/2004 01:47 PM Meik Sievertsen

- put consoring and smilie processing into functions (we use them all over the place) for better changing and consistency.
- changed docs/AUTHORS to reflect the recent code re-use in functions_messenger.php
- pleasing the users a little bit more by using table constants. :D...

4834 02/15/2004 03:03 PM Meik Sievertsen

removed message type from message parser
assign message if specified
parse/decode html if enabled
validate url

4832 02/15/2004 08:52 AM Meik Sievertsen

re-add and fix quoting from topic/post review

4819 02/08/2004 07:02 PM Meik Sievertsen

inline attachment capability...

4779 02/02/2004 06:20 PM Meik Sievertsen

preserve 'jump to post'... if emailed notification link and login required.

4770 01/31/2004 04:43 PM Meik Sievertsen

fixed: username validation in posting.php

4767 01/25/2004 03:30 PM Meik Sievertsen

fixed: smilie parsing in signatures
added: edit notes

4700 11/30/2003 07:03 PM Meik Sievertsen

update forum_ids for global announcements.

4699 11/30/2003 06:45 PM Meik Sievertsen

speed improvement... slap me for not seeing the user var. ;)

4696 11/28/2003 12:44 AM ludovic_arnaud

Fixed: "$config['allow_quote']"? No sir, there is no such thing. (my bad)
Changed: do not perform flood check when disabled
Added: a couple notes for Acyd ;)

4682 11/23/2003 11:25 PM Meik Sievertsen

my attempt to break things...

4678 11/22/2003 01:44 PM Meik Sievertsen

some performance/bug fixes

4668 11/16/2003 10:53 PM Meik Sievertsen

Finished drafts, one bit is remaining though.
added file and disk space statistics.
some minor changes here and there.

4654 11/06/2003 06:13 PM Meik Sievertsen

doh^2!

4652 11/06/2003 04:05 PM Meik Sievertsen

UCP -> Attachments

4641 11/05/2003 03:57 PM Meik Sievertsen

related to attachments

4638 11/04/2003 11:12 PM Meik Sievertsen

damn local storage folder. :/

4637 11/04/2003 11:05 PM Meik Sievertsen

new permissions, merged attachment tables (the intended purpose of two tables is no longer valid), attachment updates along the merging...

Note: please merge your attachment tables (develop dir).

4634 11/01/2003 05:10 PM Meik Sievertsen

finish bump topic feature...

4627 10/28/2003 10:23 PM Meik Sievertsen

fix "not able to reply to announcements" and wrong notify checkbox status.

4625 10/22/2003 10:41 PM Meik Sievertsen

oops... not realised the config name change locally. :/
added logging of bump action

4620 10/21/2003 03:05 PM psotfx

Enable/disable fulltext indexing of a given forum

4614 10/19/2003 05:36 PM Meik Sievertsen

bump topic and orphan attachments
changes here and there...

4585 10/12/2003 05:45 PM psotfx

this was working ... hhmmm

4583 10/12/2003 05:29 PM psotfx

Updated the various "users of emailer", fixed issue(!) of jabber using the email address as the uid, blah fixes, blah, blah di blah yakety smackety

4582 10/12/2003 05:14 PM psotfx

Wasn't finished and on my system is not performing correctly ... hence comments ;) Please leave commented out for now.

4581 10/12/2003 04:56 PM Meik Sievertsen

do not delete all users, i do not know if this was intended paul. :)
user_jabber not used within messenger object, only 'email' defined.

4578 10/12/2003 01:59 PM psotfx

Let's break lots of things

4575 10/12/2003 11:18 AM Meik Sievertsen

speed up posting in general... and some cleanups.

4552 10/11/2003 01:57 PM Meik Sievertsen

do not remove multiple newlines for posting message

4551 10/11/2003 01:46 PM Meik Sievertsen

re-add quote button. ;)

4545 10/10/2003 05:02 PM Meik Sievertsen

notification fix (wrong template var)
sticky/announcement time limit (viewtopic is pending)

4544 10/10/2003 02:11 PM Meik Sievertsen

admin decides which smilies to be displayed in posting screen

4542 10/09/2003 06:55 PM Meik Sievertsen

merged topic and post review
review updates
fix topic title

4541 10/09/2003 04:53 PM Meik Sievertsen

dumdidum...

4539 10/09/2003 04:48 PM Meik Sievertsen

fix resource id error. ;)
request_var updates
attachment updates/fixes
fix bbcode uid
Redirect to login upon emailed notification links (viewtopic and viewforum are not committed yet)

4536 10/07/2003 07:33 PM Meik Sievertsen

parse error...

4535 10/07/2003 07:29 PM Meik Sievertsen

changed user_notification... should be clearer to human brains and performance. :)

4533 10/05/2003 10:05 PM ludovic_arnaud

Asylum seekers ate my baby

4510 09/24/2003 09:41 PM Meik Sievertsen

some small fixes
got rid of iframe (topic review)... tested new div method with various browsers, further testing and oppinions would be nice. ;)
NOTE: New css element added to theme

4504 09/15/2003 11:05 PM Meik Sievertsen

stat update fixes
global announcement fixes

4493 09/09/2003 06:34 PM Meik Sievertsen

fix bbcode_uid, we do not like you empty. :D

4492 09/09/2003 09:02 AM Meik Sievertsen

fixed censoring (quote post, word boundaries, attachment comments)

4486 09/08/2003 09:05 AM Meik Sievertsen

small things... decode_text now checks for bbcode_uid existence. And yes, i know i have screwed up a lot of posts. :/

4485 09/07/2003 08:11 PM Meik Sievertsen

username quoting should be working again...

4483 09/07/2003 07:52 PM Meik Sievertsen

fix preview of postings with embedded bbcode

4482 09/07/2003 07:16 PM Meik Sievertsen

okie, using array_merge. :D
fixed: admin_prune
added: prune topics last viewed at... (only admin_prune ATM)
moved: delete_attachments to functions_admin

4481 09/07/2003 06:57 PM psotfx

ERrOr

4479 09/07/2003 05:49 PM Meik Sievertsen

put deletion of post into function

4478 09/07/2003 05:33 PM Meik Sievertsen

update topic stats if complete topic is stored for approval.

4477 09/07/2003 05:23 PM Meik Sievertsen

some sync-related updates... more logical processing of submit_post.

4473 09/07/2003 03:46 PM psotfx

Updates mainly for removal of extension + header comment ... moved some aspects of ucp around, further work to be done on these areas ... not commiting search for time being

4467 09/04/2003 08:30 PM Meik Sievertsen

initial draft functionality, loading (and a bunch of other stuff) is not implemented yet + bugfixes.

4461 08/30/2003 02:59 PM Meik Sievertsen

oops

4460 08/30/2003 02:21 PM Meik Sievertsen

enable globalising within posting screen
not sure about forum statistics updates at the moment.

4458 08/29/2003 08:06 PM Meik Sievertsen

fixed: slashing attachment comments (hopefully)
changed header.

4451 08/28/2003 07:32 PM Meik Sievertsen

saved one query by moving max smilie check to the emoticons function

4414 08/21/2003 03:51 PM ludovic_arnaud

I said "temp"

4401 08/13/2003 06:58 PM Meik Sievertsen

re-display download notice

4311 07/22/2003 04:01 PM psotfx

Less aggressive stripslash for messages

4267 07/15/2003 06:47 PM Meik Sievertsen

small stat_username fix... sometimes the last poster name was not displayed correctly, this commit will fix this hopefully. hmm... have to think about a cleaner method of handling anonymous users...

4213 07/08/2003 01:43 AM psotfx

Move certain methods out of ucp class, move ucp class into ucp, break half a dozen other features, introduce x hundred new, exciting bugs

4209 07/06/2003 08:46 PM Meik Sievertsen

some topic/forum notification work, mainly bug fixing.

4194 07/03/2003 12:41 AM ludovic_arnaud

If I'm not wrong, f_ignorequeue is not anymore

4184 06/29/2003 12:59 PM Meik Sievertsen

a few fixes

4179 06/26/2003 10:40 PM Meik Sievertsen

small adjustment for editing informations and small fix for post editing.

4178 06/26/2003 06:46 PM Meik Sievertsen

fixed edit posts (wrong username/id entered)

4170 06/24/2003 06:46 PM psotfx

Fix up display of sigs and bbcode for preview

4167 06/23/2003 04:00 PM psotfx

Global announcements ... sort of work ... well they seem to, need to look at possbility of splitting topics table in two

4139 06/17/2003 09:34 PM Meik Sievertsen

added: download notice for people unable to see files attached to posts
changed: put attachment display into a function now called by posting preview and viewtopic (functions_display.php)
fixed: small fix in posting routines, cleanups...

4095 06/07/2003 06:38 PM Meik Sievertsen

ups. :)

4094 06/07/2003 06:37 PM Meik Sievertsen

fixed: message post storage. We do not hold the parsed message, only the decoded one for displaying within the textarea.

4093 06/06/2003 09:05 PM Meik Sievertsen

my turn to break things... only small changes.

4071 06/01/2003 09:44 PM psotfx

userdata -> ucp

4061 05/26/2003 04:07 PM psotfx

Editing time foobar

4057 05/25/2003 04:32 PM Meik Sievertsen

some cleanups/updates

4051 05/23/2003 06:15 PM psotfx

Various updates, changed jump to first unread as per Ashe's suggestion/request ... hope people don't start linking to it making me regret reverting to this implementation :D Moved many decisions on what icons to output to templates ... feedback wrt any performance impacts happily accepted.

4047 05/22/2003 03:35 AM ludovic_arnaud

Changed: Moved up some var definitions.
Changed: topic_review() modified to set the correct bbcode_bitfield.
Fixed: some bugs regarding post preview

4011 05/18/2003 01:12 PM Meik Sievertsen

#642733

4010 05/17/2003 07:33 PM Meik Sievertsen

prepared (and fixed) topic review.

4005 05/11/2003 06:21 PM Meik Sievertsen

a few updates, added #539865 and #694413.

3989 05/08/2003 03:14 AM psotfx

Changed forum_link_track to forum_flags for storage of additional info [ pruning related ], moved lang selection into DB, other minor changes, still working on admin_prune, per forum styling for posting

3980 05/06/2003 12:48 AM psotfx

email topic, minor other changes, removed updating of parent forums upon posting (handled by functions_display)

3969 05/04/2003 01:58 AM psotfx

page header/footer become functions, forum passwords (I know, I know but it appears a popular feature for some reason ... inclusion not yet set in concrete nor complete), various bug fixes (and no doubt new bugs).

3961 05/02/2003 05:50 PM psotfx

Various updates, forum links, "improve" forum management, cleanups, blah blah, note the schema changes, note also that forum management may misbehave ... reports on wrong doings are welcome ... seem to be having problems with some mcp functions under apache/win32

3960 05/01/2003 08:24 PM Meik Sievertsen

changed attachment processing (posting), the old way was a mess. :)

3947 04/24/2003 08:21 PM ludovic_arnaud

Fixed some undefined variables

3937 04/24/2003 12:00 AM ludovic_arnaud

Ugly-fixed: username missing when quoting a post
Added: in topic review, posts are second_pass()'ed

3926 04/22/2003 09:44 PM Meik Sievertsen

first version of attachment admin panel + some fixes (i hope i do not screw someones code with this, my appologies)

3920 04/22/2003 06:47 PM psotfx

Re-enabled polling ... includes option of multiple choice polling, indication of option voted for, etc. ... preliminary implementation, various things need finishing

3900 04/20/2003 09:46 PM ludovic_arnaud

Review only approved posts

3899 04/20/2003 06:54 PM Meik Sievertsen

dumdidum

3898 04/20/2003 06:49 PM Meik Sievertsen

#575496 - only one way to do it, user input would be nice. ;)

3887 04/19/2003 12:28 PM Meik Sievertsen

do not use the sync function if post get deleted. added topic_last_post_id information to viewtopic, for determining delete permission correctly.

3883 04/18/2003 03:07 PM Meik Sievertsen

some arrangements...

3879 04/18/2003 01:47 AM ludovic_arnaud

More bbcode fixes

3858 04/16/2003 11:16 PM ludovic_arnaud

Moved some code around, nothing serious.
Attention, bbcode() constructor now accepts only one argument: bbcode_bitfield

3842 04/16/2003 01:12 AM psotfx

Enable/disable display of moderator listings

3831 04/14/2003 01:20 AM ludovic_arnaud

$message is now processed in its unslashed form. Should not break anything...

3817 04/12/2003 04:30 PM Meik Sievertsen

added 711252 and lock topic within post, fixed post editing a bit.

3816 04/11/2003 09:51 PM Meik Sievertsen

changed $message to be a class variable, added attachment category constants (now images are displayed inlined by default... no wrong assignments anymore, if you wondered why your zip file got streamed. ;))

3812 04/11/2003 02:19 AM ludovic_arnaud

BBCode parser + decoder, missing some tags and mildly broken at this time

3807 04/10/2003 11:35 PM Meik Sievertsen

initial 'view attachments' implementation. added new template var (merged include, to preserve previous block vars), could be changed later to consider caching. some config variables and upload icons are not present as of yet...

3806 04/10/2003 09:11 PM ludovic_arnaud

Moved up flood-check a little to save a query whenever possible

3800 04/10/2003 12:17 AM ludovic_arnaud

Weekly update: MCP templates. Forms renamed to 'main', added mcp_jumpbox.html for easy jumping and mcp_foruminfo.html.
Not too happy with HTML though =" templates\subSilver\mcp_forum.html templates\subSilver\mcp_foruminfo.html templates\subSilver\mcp_front.html templates\subSilver\mcp_header.html templates\subSilver\mcp_jumpbox.html templates\subSilver\mcp_move.html templates\subSilver\mcp_post.html templates\subSilver\mcp_viewip.html templates\subSilver\mcp_viewlogs.html

3697 03/22/2003 04:48 PM Meik Sievertsen

initial attachment functionality... only posting related (add/delete/edit) and schema. Also added attachment switch to board settings admin.

3695 03/20/2003 02:21 PM Meik Sievertsen

prepare files, last commit before committing initial attachment functionality - please see thread within development forum.

3635 03/12/2003 05:34 PM Meik Sievertsen

Insert [*] when clicking list button (is my approach user friendly ?)

3633 03/12/2003 03:21 PM Meik Sievertsen

forum and topic notification + poll fixes

3631 03/10/2003 08:39 PM Meik Sievertsen

some posting updates and fixes.

3396 01/28/2003 09:53 PM psotfx

Check for display set when outputting icons

3361 01/22/2003 09:52 PM ludovic_arnaud

Re-enabled fully dynamic config settings.

3354 01/22/2003 05:35 PM psotfx

Posting works again ... well, as it did previously!

3338 01/20/2003 06:12 AM ludovic_arnaud

Un-b0rked ACL options caching, small general fixes

3315 01/13/2003 05:25 AM ludovic_arnaud

EOL should be fixed now

3314 01/12/2003 01:28 AM psotfx

whatever that commit was caused some interesting formating :D

3312 01/11/2003 11:56 PM ludovic_arnaud

Implementation of an experimental cache manager.

3277 01/08/2003 06:00 PM psotfx

Oh my God what have they done? What HAVE they done .... infamy! infamy! they've all got it in-for-me ... (c) Rank

3265 01/07/2003 03:45 PM psotfx

We'll try and get it right this time ...

3263 01/07/2003 03:37 PM psotfx

Various updates, inc. fixing non-escaping of '

3102 11/27/2002 02:24 PM bartvb

Initial Lastread support. Mind the schema and config changes\!

3094 11/26/2002 12:46 AM psotfx

Some changes to forum admin to better reflect subforum 'post/non-post' changes ... no guarantees I've not broken something ... note the schema changes

3072 11/21/2002 02:35 AM psotfx

Just to get topic review working again ...

3061 11/18/2002 10:04 PM psotfx

Cache moderator names? Output moderators for all forums in viewforum. Alter a few things in templates

3022 11/09/2002 01:47 AM psotfx

More key changes ...

3019 11/08/2002 11:59 AM psotfx

Incorrect check on moderated forum field

3015 11/07/2002 11:12 PM psotfx

oops

3014 11/07/2002 11:02 PM psotfx

Update parent forums upon posting, show navlinks ... should create a function for this given commonality with viewtopic/viewforum

3007 11/05/2002 05:50 AM ludovic_arnaud

viewforum queries update + a couple of bugfixes.

3004 11/01/2002 04:40 PM psotfx

More minor changes

2997 11/01/2002 01:23 PM psotfx

Various, typically posting related updates

2995 10/31/2002 02:41 PM psotfx

Smilies enabled ... note this is not necessarily final ...

2992 10/31/2002 01:51 AM psotfx

Magic URL updates

2987 10/30/2002 09:05 PM psotfx

These ones probably work ...

2986 10/30/2002 07:59 PM psotfx

Dumped sql_query_array, replaced with build_array, posting updates, fixed quoting in mysql layers, fulltext enabled ... speed/problem feedback welcome

2985 10/30/2002 02:02 AM psotfx

sqLquote subject ...

2984 10/30/2002 02:00 AM psotfx

acl_get not get_acl

2983 10/30/2002 01:57 AM psotfx

Changed $board_config to $config, more posting "stuff", altered polling code in viewtopic and loads of new problems, poor coding, etc. created :)

2981 10/28/2002 09:39 PM psotfx

Minor updates for syncing, sql quoting, etc.

2972 10/28/2002 01:08 AM psotfx

Posting and acl option updates

2958 10/20/2002 09:19 PM psotfx

Mostly changes to turn userdata into user->data, lang into user->lang + bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes ... note that user->lang & user->theme isn't final

2943 10/08/2002 10:11 PM psotfx

Permission related updates ... is still not final but is getting there ... faster than British Rail too

2923 10/04/2002 03:09 PM psotfx

Well, here are all my changes ... don't blame me if things break :D

2853 08/15/2002 05:45 PM psotfx

More session changes to accomodate ACL_PERMIT/PREVENT ...

2849 08/13/2002 06:34 PM psotfx

More changes ... switched away from prefetch for now ...

2673 07/14/2002 04:45 PM psotfx

Updates for permissions, sessions, lots of things ... note that many things do_not_work now ... I'm commiting them to stop people complaining about my holding on to everything :) There is no update script at present for all these changes, you'll have to work out what's needed yourselves till I finish various things

2532 04/20/2002 02:22 AM psotfx

merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates and trial stuff for example session alterations

2460 04/01/2002 10:07 PM the_systech

Ok so we shouldn't allow subject lines to be all whitespace either :)

2448 03/31/2002 02:06 AM psotfx

pre-freeze on main templates, various bug fixes (highlighting search results, various search related issues, blah blah). These updates need thorough checking, quickly

2444 03/28/2002 08:52 PM the_systech

Ok all of these damned httpd server that are different are about annoying

2438 03/26/2002 02:13 PM psotfx

Fix bug with editing polls containing options with quotes

2415 03/23/2002 11:18 PM psotfx

Various bug fixes, polls, Guest vs. Anonymous, quoting guests

2408 03/22/2002 10:50 PM psotfx

Change redirection header for not logged in redirect ...

2383 03/21/2002 02:03 AM psotfx

Fix failure if duplicate username, no subject, no post, etc. errors have occured when submitting, bug #532336

2375 03/20/2002 03:56 PM psotfx

Extra check for logged in user when deciding whether to determine if user should be notified on reply

2307 03/18/2002 02:44 PM psotfx

Morons have congregated in my head for a moron-party

2305 03/18/2002 02:35 PM psotfx

Loads'a changes including fix for security issue, thanks to Matthijs for checking this out and confirming

2258 03/03/2002 11:53 PM psotfx

Fix incorrect setting of checkboxes on edit, bug #525244

2203 02/23/2002 06:54 PM psotfx

Fixed updating of user post count on deletion

2200 02/20/2002 06:39 PM psotfx

Fix my hilariously dumb mistake in posting allowing unauthed users to post ...

2184 02/18/2002 01:41 PM psotfx

There always has to be at least one bug doesn't there ... why is that?

2183 02/18/2002 01:34 PM psotfx

Somewhat overhauled posting, fixed various bugs, completed new way of handling URIs in emails, blah blah

2178 02/17/2002 06:02 PM bartvb

Cleaned up stuff (for Email)

2036 02/02/2002 07:04 PM psotfx

Introduce an additional DB field for first_topic_id ... RUN update_to_RC3 ONCE YOU'VE UPDATED

2005 01/28/2002 07:47 PM psotfx

Initial warning fixes

1987 01/28/2002 01:05 PM psotfx

Fix error in script name, posting vs. viewtopic

1975 01/28/2002 01:28 AM psotfx

Fix bug #505064

1974 01/27/2002 11:13 PM psotfx

Various updates related to email creation ... should fix various bugs and errors, in theory

1952 01/25/2002 01:58 PM psotfx

htmlspecialchars for subject, poll title and options

1851 01/12/2002 06:00 PM psotfx

Changes to topic/forum tracking ... tested for several days on test board and all seems fine, give feedback in forums

1809 01/07/2002 07:50 PM psotfx

Updates to hopefully fix bug #500212

1781 01/03/2002 12:06 PM bartvb

Moved all search functions to includes/search.php Paul; please review

1743 12/30/2001 02:33 PM psotfx

Fix bug #497725

1737 12/29/2001 04:18 PM psotfx

Fixed bug #496954

1732 12/28/2001 05:25 PM the_systech

Fix for #497218

1661 12/21/2001 04:51 PM psotfx

Hopefully this addresses the \' and '' problems with MSSQL, etc. ... I'd like opinions on the security of doing this.

1634 12/19/2001 05:59 PM psotfx

Fix bug #494787, censor words in topic title for email notifications of replies

1632 12/19/2001 03:12 PM psotfx

Fix for bug #494982, uses IP for anonymous posters and user_id for logged in users

1628 12/18/2001 09:35 PM bartvb

Moved generate_smilies() into includes/post.php, use smileypath in config table

1618 12/17/2001 03:02 AM psotfx

Stupid horrible group by clauses

1609 12/16/2001 07:13 PM psotfx

Moved remaining hard coded text in posting template to lang_main, smilies now from DB + external smilies window if > 20

1595 12/15/2001 11:05 PM psotfx

This time I really fixed posting to prevent deletion of topic titles when editing

1583 12/15/2001 03:19 PM psotfx

Fixed empty topic title issue when editing posts + moderation of locked topics

1554 12/11/2001 09:55 AM natec

bug #490286: undoing bbencode_first_pass() when bbcode was disabled is fruitless.

1553 12/11/2001 09:43 AM natec

bug #488067: no, preg_quote() didn't always have 2 args.

1510 12/05/2001 01:00 AM psotfx

Fix stripslashing on errors, preview, poll option addition ... okay I lied, but this one does work, honest guv ... wanna buy a bridge?

1509 12/04/2001 11:02 PM psotfx

Fix stripslashing on errors, preview, poll option addition ... this one actually works properly ...

1508 12/04/2001 07:08 PM psotfx

Fix stripslashing on errors, preview, poll option addition

1503 12/03/2001 01:21 PM psotfx

Fix backslashing when adding poll options

1497 12/03/2001 12:54 AM psotfx

Removed 'Redirect' header

1477 11/29/2001 01:46 PM psotfx

Fix bug #486674 and removed superfluous/commented lines for html treatment

1463 11/27/2001 07:26 PM bartvb

Fixed some parse errors

1462 11/27/2001 06:59 PM bartvb

Some mindboggeling ternary operators removed :D

1461 11/27/2001 06:36 PM psotfx

Various fixes and updates, fix (hopefully) for bug #485799

1453 11/26/2001 03:07 PM psotfx

Fixes various issues inc. bugs #485538, #485323 and an incorrect conversion of some accented chars (thanks Ashe for noting it)

1445 11/26/2001 02:37 AM psotfx

Convert accents on chars into 'equivalent' plain letters

1441 11/26/2001 12:31 AM natec

Fixed bug 478218 -- [ and ] in usernames qith quote= bbcode. Usernames can no longer contain the double-quote character. Also removed a dupe from lang_main file.

1436 11/24/2001 06:17 PM bartvb

Finally moved the bbcode_uid from posts to posts_text, DON'T FORGET TO RUN THE CONVERT SCRIPT IN /develop/ !!

1435 11/24/2001 04:57 PM psotfx

Reminder to self, checking files at 2am bad, checking files at 2pm good

1429 11/23/2001 10:09 PM psotfx

Small error in SQL for Postgres searchmatch clean

1428 11/23/2001 08:01 PM psotfx

More search updates + user posts

1423 11/23/2001 02:04 AM psotfx

Latest variants ... not finished yet ...

1402 11/21/2001 04:10 AM dougk_ff7

Now showing: A ton of bug fixes and a complete overhaul of my admin code...

1400 11/21/2001 02:21 AM psotfx

Fixes small problem with MS Access

1398 11/21/2001 12:45 AM psotfx

Various core updates for searching

1380 11/20/2001 12:56 AM psotfx

Another attempt at getting universal compatibility with URI/paths ... I'm really beginning to dispise IIS ...

1363 11/18/2001 07:11 PM psotfx

Hopefully cope with boards running from SSL, ie. https://>

1351 11/17/2001 06:51 PM psotfx

Hopefully addresses bug #481831 ... changed REQUEST_URI to SCRIPT_NAME which seems common

1328 11/15/2001 11:09 PM psotfx

Fixed problem where deleting a post with a poll could error deletion of remaining posts

1325 11/15/2001 10:38 PM psotfx

Got a bad piece of tape that time, fell on the carpet, euuggh, this one should work

1324 11/15/2001 10:36 PM psotfx

Sticky tape fell off, that's what happens when you don't buy the real thing...

1323 11/15/2001 10:28 PM psotfx

This removes the looping queries causing the horendous query count ... clutch now fixed, but only with sticky tape

1317 11/15/2001 05:35 PM psotfx

Email form - free with purchase of any two other items

1316 11/15/2001 05:26 PM psotfx

Email form - free with purchase of any two other items

1303 11/12/2001 01:02 PM thefinn

Tsk, tsk, tsk, someone forgot to use the constant for the posts table

1297 11/09/2001 02:26 PM psotfx

Altered for constant table names

1295 11/09/2001 02:15 PM psotfx

Altered templates so preview/errors are sent as 'boxes' rather than pparsed and output directly, greater control for designer

1287 11/08/2001 07:06 AM natec

fixed code:1 bbcode bug.

1280 11/05/2001 03:40 AM psotfx

Fixed small error in message output upon deletion of msg

1263 11/03/2001 05:15 PM psotfx

Changed to new lang vars + redirect for login

1243 10/25/2001 12:52 AM natec

[quote=username] bbcode.

1235 10/18/2001 01:05 AM psotfx

Removed remaining elements of global announcements to prevent confusion

1230 10/16/2001 07:15 PM psotfx

Fix a few things left over from old global announce stuff

1227 10/16/2001 06:23 PM psotfx

Fix a few things left over from old global announce stuff

1222 10/16/2001 03:10 PM dougk_ff7

More changes for global announcements. They no longer require the mode to be set (it works without), posting.php has been updated to reflect replies to announcements in ALL forums, and a admin page for announcements (global) has been added, although it can only link to pages with the true forum and auth permissions. A more refined version will be coming soon

1220 10/16/2001 01:12 PM psotfx

Topic review changes + updates

1199 10/15/2001 12:32 AM psotfx

Altered uri's in emails to utilise HTTP_HOST if available + altered some METAs to append_sid

1190 10/14/2001 08:22 PM psotfx

Various changes to location redirection ... please note the format and name changes

1183 10/14/2001 05:49 PM psotfx

Various updates mainly URI session related ... login still having problem with full URI sessions

1151 10/10/2001 04:57 PM psotfx

Allow remote deletion of posts + addition of several new checks

1148 10/10/2001 12:45 PM psotfx

Fixed bug with deleting only post in forum

1128 10/05/2001 04:13 PM psotfx

Moved emailer instantiation out of loop, was causing failures during topic reply notifications

1084 09/25/2001 08:26 PM psotfx

Updated and fixed various issues, see post in developers forum for info

1061 09/18/2001 03:24 AM psotfx

Various changes to notification, editing, etc. etc.

1041 09/16/2001 12:11 AM natec

Fixed a situation where we weren't escaping sql special chars.

1031 09/12/2001 12:52 AM natec

fixed bug 460663 -- we were trying to use the wrong field as the email addy when sending reply notification emails.

1024 09/10/2001 06:20 PM psotfx

Missed a couple of config name changes

1023 09/10/2001 04:22 PM psotfx

Missed a couple of config name changes

1016 09/09/2001 02:40 PM bartvb

Removed some trailing newlines

1010 09/08/2001 08:24 PM bartvb

Altered layout of phpbb_config table

1001 09/07/2001 06:59 PM psotfx

Fixed looping END_TRANSACTION ... oops

999 09/07/2001 02:32 PM psotfx

Fixed bug #459427

998 09/07/2001 02:23 AM psotfx

Moved signature attach toggle to DB run convert_sig to update after adding new field to DB

994 09/06/2001 06:48 PM psotfx

Possible fix for bug #459075, please report any strange behaviour with this update

987 09/06/2001 02:29 AM psotfx

Numerous updates and additions for polling and assorted fixes ... or bugs, whichever they turn out to be

943 08/31/2001 12:20 AM thefinn

Re-added GPL disclaimers

932 08/26/2001 03:53 PM psotfx

Modified header comments

925 08/23/2001 05:55 PM psotfx

Fixed title for quoted replies

889 08/16/2001 01:45 AM psotfx

A few changes and updates, removed fields no longer used, etc.

888 08/16/2001 12:54 AM psotfx

Add word censor to preview mode

865 08/14/2001 03:37 PM psotfx

Notify on reply now supposedly fully functional

862 08/14/2001 02:29 AM psotfx

Topic notification ... initial stuff

837 08/11/2001 01:13 AM psotfx

Only give sig option if user has a signature, display correct signature when editing, do user_id check for edit preview

836 08/11/2001 12:00 AM psotfx

Various posting updates

824 08/10/2001 12:21 AM psotfx

More varied changes, again hopefully not breaking anything

818 08/08/2001 09:42 PM the_systech

Changes encorporate smily processing...

746 07/24/2001 07:51 PM psotfx

Forum locking now implemented + some updates for future functionality

733 07/23/2001 06:43 PM psotfx

Noted HTML,BBCode,Smilies status for signatures

721 07/21/2001 04:17 PM psotfx

Fixed editpost check for login redirect

706 07/20/2001 02:26 AM psotfx

Redirect user if not logged in and not authed

674 07/16/2001 01:27 AM psotfx

Moderators get edited by message when editing own posts

673 07/15/2001 05:45 PM psotfx

Added editing information, no time limit at present

646 07/13/2001 06:14 PM psotfx

Changes to include location + some other misc stuff

624 07/11/2001 02:02 AM psotfx

Updated to use confirm

615 07/11/2001 12:32 AM psotfx

Lots of checking in posting + delete now works

609 07/10/2001 12:35 AM thefinn

Fixed bug in posting (forum_topics was incremented on replies, not just new topics)
One click lock/unlock/delete works for modcp.

586 07/06/2001 08:56 PM thefinn

Code wasn't updating the topic_replies

582 07/06/2001 03:09 AM psotfx

Fixed some errors and ... reply with quote now works

549 07/04/2001 02:34 AM psotfx

Various changes inc topic type as radio buttons

503 06/16/2001 06:43 PM psotfx

Fixed spelling error in ANNOUNCEMENT which in caused an incorrect check to occur

502 06/16/2001 04:29 PM psotfx

Fixed error in return to post link when editing a message

487 06/13/2001 07:36 PM psotfx

Moved prepare message to post.php to enable privmsg to use it

478 06/12/2001 03:34 PM psotfx

Some language var switch overs

471 06/11/2001 10:48 PM thefinn

Can unstick/unannounce topics via edit post now

470 06/11/2001 10:02 PM thefinn

Made some fixes to posting, next up Reply with Quote

465 06/11/2001 02:00 PM psotfx

Minor mods or fixes and PSO preview template

463 06/11/2001 02:58 AM thefinn

Posting preview done, ability for anonymous users to post with a username

437 06/07/2001 09:56 AM thefinn

Forum level annoucements and sticky topics are done.
Added topic_type field to the topics database in order to handle ordering. Would have used topic_status but that would have messed up the ordering when topics were locked

434 06/06/2001 07:50 PM psotfx

Auth now returns a type allowing for more meaningful failure messa ges

426 06/04/2001 03:35 AM psotfx

Noticed that the initial conditions had been changed so changed them back

423 06/04/2001 02:14 AM psotfx

Fixed problem with users editing posts they did not create

421 06/04/2001 01:10 AM thefinn

Fixed reply w/ quote link (functionality still dosan't exist for it though)
Fixed bug with being able to modifiy someone elses profile
Fixed bug with BBCode not working
Fixed bug with validate_username causing editing of profile to fail (only checks if you actually change you name now)

401 06/01/2001 03:45 AM psotfx

Something else broke, now fixed, probably ... sleep uuugghhh

399 06/01/2001 02:28 AM psotfx

Updated for latest auth

379 05/30/2001 11:23 PM psotfx

Some auth updates to posting ... these ones work

378 05/30/2001 10:35 PM psotfx

Some auth updates to posting

372 05/29/2001 09:43 PM psotfx

Added the jump to post made to posting.php

366 05/28/2001 10:23 PM thefinn

Did some work converting lang file stuff to new format

350 05/27/2001 08:08 PM psotfx

Corrected and finished some things I commited earlier

347 05/27/2001 06:41 PM psotfx

Removed encoding of IP and fixed reversed userdata checks for allow

336 05/27/2001 05:11 AM thefinn

More work on posting. Editing now works. Also replies can have subjects.

328 05/26/2001 02:25 AM thefinn

Lots of work on posting. New topic and reply functionality is mostly done. Edit post loads the form but needs database functionality
All this is only been tested on Postgres, donno if it works as well on MySQL yet, will test when I can get access to sourceforge again

326 05/25/2001 09:02 AM thefinn

Users sigs display correctly.
Some minor improvments to posting...still LOTS to be done

323 05/25/2001 02:56 AM thefinn

Got started on the posting functions. Can post new topics as Anonymous, yay!

311 05/17/2001 04:48 PM psotfx

Removed separate header/footers and moved into each pages body

258 05/06/2001 06:58 PM psotfx

Now allow for GET based session

228 05/02/2001 07:46 PM thefinn

Ran John's fix_files script to fix all the windows carriage returns.
Also added the script in the develop dir. To use it copy it to the phpBB2 root dir and run it

197 04/20/2001 03:07 AM psotfx

Fixed forum_id check

171 04/18/2001 08:26 AM thefinn

Most of profile and registration done

169 04/17/2001 09:14 AM thefinn

Fixed some hard coded referances to table names

149 04/15/2001 07:32 PM psotfx

error_die changes and various bug fixes to files

105 03/17/2001 01:46 AM natec

New template system. Lots of merging conflicts, so let nate know if he broke stuff.

94 03/10/2001 12:33 AM bartvb

Moved include files

84 03/07/2001 08:15 AM thefinn

Stupid error

83 03/07/2001 07:53 AM thefinn

Started on posting.php, got the logic done for displaying the new topic form

2 02/17/2001 09:37 AM thefinn

Initial revision