Register
phpBB.com Wiki · Home Projects Help

root / tags / release_3_0_RC1 / phpBB / posting.php

posting.php

View | Annotate | Download (51.5 KB)

# Date Author Comment
7657 View | Annotate 05/20/2007 04:59 PM

This commit was manufactured by cvs2svn to create tag
‘release_3_0_RC1’.

7615 View | Annotate 05/17/2007 03:01 PM acydburn

#11046 – properly show load button.

7537 View | Annotate 05/12/2007 01:29 AM davidmj

#10781
Thanks APTX

7519 View | Annotate 05/09/2007 09:06 PM acydburn

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

7490 View | Annotate 05/06/2007 09:11 PM davidmj

#10567

7412 View | Annotate 04/27/2007 06:13 PM acydburn

fixing…

7384 View | Annotate 04/22/2007 05:27 PM acydburn

#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
syndicate window.onload events where necessary – #9878
Duplicate topics in forums with announcements – #9840
Email template for forced re-activation – #9808
Topic pagination adjustment – #9763
Changed compose message layout in UCP – #9706, #9702
Fixed inline attachment font size (hopefully)

7356 View | Annotate 04/15/2007 04:38 PM davidmj

#9864

7354 View | Annotate 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:

... doesn’t happen. :P

7341 View | Annotate 04/13/2007 06:13 AM shs

#9736

Quidquid latine dictum sit, altum sonatur. :P

7322 View | Annotate 04/10/2007 10:50 PM acydburn

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 View | Annotate 04/02/2007 06:05 PM acydburn

#5163

7242 View | Annotate 03/30/2007 04:24 PM acydburn

other fixes…

7241 View | Annotate 03/30/2007 12:49 PM acydburn

some changes/bugfixes

7150 View | Annotate 03/08/2007 04:49 PM acydburn

again… some more fixes.

7138 View | Annotate 03/06/2007 05:51 PM acydburn

fix guest posting/editing bugs

7114 View | Annotate 03/03/2007 06:41 PM acydburn

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 View | Annotate 02/25/2007 06:38 AM davidmj

#8292

7054 View | Annotate 02/24/2007 01:31 PM acydburn

trying to fix some bugs…

6894 View | Annotate 01/17/2007 07:41 PM acydburn

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 View | Annotate 01/03/2007 05:38 PM acydburn

- 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
- fixed a bug with copying attachments if copying a topic
- made sure no attachment files get removed used at another location
- changed media player “embed” code. For some this may result in no auto-resizing – though a download link has been added.

6803 View | Annotate 12/24/2006 02:11 PM acydburn

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 View | Annotate 12/24/2006 07:26 AM davidmj

#6504

6731 View | Annotate 12/09/2006 08:17 PM davidmj

proper solution to #6114, guarantees $seed lies below 0×7FFFFFFF

6729 View | Annotate 12/08/2006 01:08 AM davidmj

#6076
- removed unused junk from functions.php

6711 View | Annotate 12/05/2006 09:06 PM davidmj

oops :D

6705 View | Annotate 12/03/2006 06:36 PM davidmj

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

6698 View | Annotate 12/02/2006 02:19 PM acydburn

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

6628 View | Annotate 11/21/2006 07:15 PM acydburn

- 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 View | Annotate 11/20/2006 05:40 PM acydburn

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

6601 View | Annotate 11/18/2006 05:27 PM acydburn

- 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.
- fixed some other tiny glitches
- if a forum category with subforums get changed to a link type forum give options of what to do with the subforums (#5334)
- other bugfixes

6584 View | Annotate 11/15/2006 04:35 PM acydburn

- 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 View | Annotate 11/12/2006 03:29 PM naderman

message

6555 View | Annotate 11/05/2006 07:13 PM acydburn

- #5120
- #5104

6548 View | Annotate 11/03/2006 10:05 PM acydburn

ok, i am an idiot…

6527 View | Annotate 10/26/2006 12:58 PM acydburn

some bugfixes

6513 View | Annotate 10/20/2006 03:48 PM acydburn

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

6478 View | Annotate 10/11/2006 03:48 PM acydburn

some fixes

6455 View | Annotate 10/07/2006 05:47 PM acydburn

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

6452 View | Annotate 10/07/2006 02:36 PM acydburn

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 View | Annotate 10/06/2006 11:37 PM davidmj

#3794

6447 View | Annotate 10/06/2006 08:43 PM acydburn

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

6428 View | Annotate 10/02/2006 05:11 PM acydburn

consistent acp layout regarding backlinks and messages.

6414 View | Annotate 09/28/2006 05:04 PM acydburn

- 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.
- some additional bugfixes

6364 View | Annotate 09/13/2006 06:08 PM acydburn

- 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 View | Annotate 09/04/2006 03:47 PM acydburn

- 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 View | Annotate 08/29/2006 04:57 PM acydburn

hopefully fixing bug #3966

6317 View | Annotate 08/25/2006 05:15 PM acydburn

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)
[a-zA-Z\W] PASS_TYPE_SYMBOL (password must contain alphanumers, numbers and symbols)

At the moment the pass complexity check is done within validate_password(), but the expressions are wrong. :)

6237 View | Annotate 08/05/2006 05:49 PM acydburn

- 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 View | Annotate 08/01/2006 05:29 PM acydburn

- 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 View | Annotate 07/24/2006 12:08 PM davidmj

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.

PostgreSQL allows me to set a binary column, but with a twist. It demands that the default be in octal and its datatype allows somewhere around a gigabyte’s worth of BBCodes ( PGSQL users, we shut you down to 2040 for your own good! )

Firebird has no decent mechanism for allowing me to shuttle in binary data so I must force my way in. By virtue of triggers and a UDF, we ram in our default values.

SQLite is the most bizarre of them all. They have no mechanism for turning an ASCII code into a ASCII character. Because of this, we have a trigger and a UDF (just like Firebird!) but with a twist! The UDF is defined on the PHP side of things instead of SQL. SQLite also demands that it’s data be encoded before being sent off.

Other notes:
- SQLite installs again :D
- Firebird nearly installs again :P
- Database backup is not screwed up :P

P.S.
I hope nothing broke :D

6190 View | Annotate 07/17/2006 05:32 PM acydburn

fix the schema files as well as other tiny bugs.

6188 View | Annotate 07/17/2006 05:23 AM davidmj

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 View | Annotate 07/13/2006 02:51 PM acydburn

- 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
- hopefully mostly consistent across every db schema
- untested schemas: sqlite, oracle, firebird

6165 View | Annotate 07/10/2006 05:55 PM acydburn

fix some bugs… again. :)

6161 View | Annotate 07/09/2006 06:23 PM acydburn

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

6149 View | Annotate 07/06/2006 06:46 PM acydburn

some bugfixes

6139 View | Annotate 07/02/2006 11:42 PM acydburn

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

6135 View | Annotate 07/01/2006 09:11 PM acydburn

- 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…
- added “active module” var to the module class returning the current active module
- changed call to image magick
- add administrator to global moderators group by default
- extend auth_option column a little bit
- other bugfixes

6104 View | Annotate 06/19/2006 11:30 PM acydburn

some bugfixes

6073 View | Annotate 06/16/2006 06:54 PM acydburn

- 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 View | Annotate 06/14/2006 08:59 PM naderman

- 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]
- fixed a typo in acp_styles [Bug #2188]
- allow inserting BBCode at the first position of the textarea [Bug #2078]
- allow the style name to be different than the style path

6022 View | Annotate 06/08/2006 12:59 PM acydburn

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

6015 View | Annotate 06/06/2006 10:53 PM acydburn

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 View | Annotate 06/06/2006 12:54 PM acydburn

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

5967 View | Annotate 05/26/2006 05:04 PM acydburn

some tiny changes…

5949 View | Annotate 05/20/2006 06:23 PM acydburn

#1871

5934 View | Annotate 05/20/2006 12:50 AM davidmj

a few changes ;-)

5922 View | Annotate 05/17/2006 06:58 PM acydburn

fix bug #1857

5911 View | Annotate 05/13/2006 07:48 PM davidmj

- captcha stuff
- unique_id

5902 View | Annotate 05/12/2006 10:52 PM acydburn

- 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)
- adjusted header icons (transparency)
- a bunch of fixes for mssql
- bug fixes

5888 View | Annotate 05/06/2006 05:15 PM naderman

- 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]
- correct poster name for the anonymous user in mcp_queue and mcp_reports

5883 View | Annotate 05/05/2006 07:56 PM acydburn

- some adjustements for phpdocumentor

5858 View | Annotate 04/29/2006 03:18 AM acydburn

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

5857 View | Annotate 04/28/2006 06:37 PM davidmj

- Added some missing lang strings

5813 View | Annotate 04/21/2006 10:42 PM grahamje

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

5791 View | Annotate 04/18/2006 12:36 AM acydburn

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

5784 View | Annotate 04/15/2006 04:48 PM acydburn

- 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 View | Annotate 04/06/2006 07:15 PM acydburn

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)
- removed unread mode for private messages
- added new feature to template engine – “jump out of loop” or “loop another loop within my loop” :D (will be documented within the coding guidelines)
- added autologin field to sessions
- check session length checks
- added add_log statement to sessions to track session valid to invalid changes if ip/browser change depending on config settings (only debug)
- added multibyte support for various variables (exception at the moment is usernames which needs some discussion)
- hopefully not broke something. :/

5739 View | Annotate 03/28/2006 02:44 PM davidmj

- Visual Confirmation for guest posting

5721 View | Annotate 03/25/2006 05:10 PM acydburn

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 View | Annotate 03/25/2006 01:07 PM acydburn

- 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)
- a bunch of schema changes for the bbcode-enabled text and the session page change (sorry for this)
- if decode_message is used there is no need to include functions_posting.php anymore (should fix the search.php bug too)

5678 View | Annotate 03/21/2006 08:23 PM acydburn

- a bunch of bugfixes. :P

5633 View | Annotate 03/15/2006 02:03 PM acydburn

- 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 View | Annotate 03/06/2006 03:03 PM acydburn

- 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 View | Annotate 02/26/2006 09:38 AM subblue

Fixed undefined poll and topic_attachment variables when editing posts.

5580 View | Annotate 02/24/2006 06:33 PM acydburn

- blabla, additional bugfixing permissions…

5523 View | Annotate 02/05/2006 12:02 AM subblue

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

5494 View | Annotate 01/25/2006 10:01 PM acydburn

- 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 View | Annotate 01/23/2006 07:47 PM acydburn

- fix minor bugs

5486 View | Annotate 01/22/2006 02:06 PM acydburn

- 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 View | Annotate 01/22/2006 01:41 PM grahamje

A few missing redirection changes

5482 View | Annotate 01/21/2006 11:57 PM naderman

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

5471 View | Annotate 01/18/2006 07:06 PM acydburn

- 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 View | Annotate 01/17/2006 07:03 PM acydburn

just preparing…

5451 View | Annotate 01/14/2006 03:34 PM acydburn

- assign user rank
- only a few very tiny bugfixes

5441 View | Annotate 01/11/2006 07:56 PM naderman

- 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
– develop/search_fill.php working again
– fulltext_mysql not working yet
- tiny bugfixes to ACM

5380 View | Annotate 12/27/2005 02:44 PM davidmj

- Post/Topic icon text selection is fixed

5272 View | Annotate 10/19/2005 08:00 PM acydburn

- 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 View | Annotate 10/08/2005 01:00 AM acydburn

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

5249 View | Annotate 10/03/2005 05:21 PM acydburn

fix tiny bug. ;)

5247 View | Annotate 10/02/2005 08:47 PM acydburn

- session changes

5199 View | Annotate 08/19/2005 12:48 PM acydburn

- add ability to limit search to groups

5157 View | Annotate 06/10/2005 08:57 PM acydburn

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

5138 View | Annotate 04/30/2005 04:36 PM acydburn

- some fixes here and there

5117 View | Annotate 04/10/2005 08:07 PM acydburn

- 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 View | Annotate 04/09/2005 02:26 PM acydburn

- 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 View | Annotate 03/21/2005 11:43 PM acydburn

- first try to break things…

5088 View | Annotate 01/29/2005 03:46 PM acydburn

fix last_post_information for moderated topics

5082 View | Annotate 01/27/2005 07:54 PM acydburn

- 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 View | Annotate 01/24/2005 12:02 AM acydburn

- 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 View | Annotate 01/20/2005 09:57 PM acydburn

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

5066 View | Annotate 01/16/2005 01:09 PM acydburn

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

5063 View | Annotate 01/15/2005 07:49 PM acydburn

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

5032 View | Annotate 12/12/2004 03:07 PM acydburn

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

5011 View | Annotate 10/30/2004 07:04 PM acydburn

fix subject bug

5003 View | Annotate 10/19/2004 09:26 PM acydburn

- search updates

4989 View | Annotate 09/28/2004 07:46 PM acydburn

- fixing ongoing “topic/post icons bug”

4984 View | Annotate 09/16/2004 08:33 PM acydburn

- 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)
- code optimizations (use of strpos, sizeof, loops not iterating functions on every call, memory savings…)
- and last but not least - hopefully not introduced more bugs than healthy (cough)

4981 View | Annotate 09/05/2004 05:45 PM acydburn

- 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 View | Annotate 09/04/2004 09:32 PM acydburn

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

4970 View | Annotate 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 View | Annotate 09/01/2004 10:40 AM acydburn

- 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 View | Annotate 08/04/2004 08:29 PM acydburn

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

4938 View | Annotate 07/27/2004 09:47 PM acydburn

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

4937 View | Annotate 07/19/2004 10:13 PM acydburn

- 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 View | Annotate 07/11/2004 05:20 PM acydburn

- 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 View | Annotate 07/09/2004 12:41 AM acydburn

- 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
- reduced filesize checking for imagemagick program (some installations require less than 20k)
- added checked=”checked” for “not selected” topic icon
- moved parse_text_display function from functions_posting.php to functions.php (see comment above function)
- check for user_id != ANONYMOUS in page_footer for displaying the administration link (there seems to be a problem checking for global options)
- rewrote attachment thumbnail functions – utilize GD2 functions if available, more uptodate checks…
- changed final thumbnail size calculation
- define S_ROW_COUNT within template class itself
- added SID to template vars in page_header
- added ability to view topic/forum within admin_viewlogs
- added optional acl checking to make_jumpbox, no need to duplicate the function for this small need
- added custom body file for confirm_box

4919 View | Annotate 06/24/2004 10:09 AM acydburn

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

4912 View | Annotate 06/06/2004 11:44 PM acydburn

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

4905 View | Annotate 05/31/2004 11:35 PM acydburn

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

4904 View | Annotate 05/31/2004 08:00 PM acydburn

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

4903 View | Annotate 05/30/2004 09:24 PM acydburn

- 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 View | Annotate 05/26/2004 08:20 PM acydburn

approval/other fixes

4883 View | Annotate 05/02/2004 03:06 PM acydburn

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 View | Annotate 03/20/2004 06:06 PM acydburn

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