Register
phpBB.com Wiki · Home Projects Help

root / trunk / phpBB / includes / functions_display.php

functions_display.php

View | Annotate | Download (37.7 KB)

# Date Author Comment
8988 View | Annotate 10/09/2008 04:22 PM acydburn

- Do not show link to user/group profiles if user has no permission to view the linked page and gets a denied message anyway. (Bug #15088)
- Do not display last post link and sort display options for search engines. (Bug #15088)

8939 View | Annotate 09/26/2008 11:28 AM toonarmy

Merge in r8924, r8925, r8926, r8936, r8938

8931 View | Annotate 09/24/2008 02:29 PM Kellanved

Merging 8927, 8928, 8929, 8930

8910 View | Annotate 09/23/2008 02:56 PM toonarmy

Merge in r8843, r8908, r8909

8905 View | Annotate 09/22/2008 03:32 PM Kellanved

merging 8904

8861 View | Annotate 09/17/2008 04:31 PM acydburn

Display popular topic based on posts within topic instead of replies within topic. (Bug #16099)

8859 View | Annotate 09/16/2008 05:15 PM acydburn

simplify $user->img()

8822 View | Annotate 09/04/2008 04:10 PM acydburn

cleanage

8793 View | Annotate 08/28/2008 03:12 PM Kellanved

Merge R8790/8791

8776 View | Annotate 08/21/2008 05:50 PM Kellanved

merge

8750 View | Annotate 08/13/2008 04:22 PM Kellanved

merge

8572 View | Annotate 05/29/2008 02:25 PM acydburn

ok… i hope i haven’t messed too much with the code and everything is still working.
Changes:
- Ascraeus now uses constants for the phpbb root path and the php extension. This ensures more security for external applications and modifications (no more overwriting of root path and extension possible through insecure mods and register globals enabled) as well as no more globalizing needed.
- A second change implemented here is an additional short-hand-notation for append_sid(). It is allowed to omit the root path and extension now (for example calling append_sid(‘memberlist’)) – in this case the root path and extension get added automatically. The hook is called after these are added.

8477 View | Annotate 03/29/2008 01:08 AM naderman

Go away evil carriage returns\!

8373 View | Annotate 02/03/2008 11:39 PM naderman

adding a new option to hide the entire list of subforums on listforums

8356 View | Annotate 01/30/2008 10:48 PM acydburn

Merging revisions #r8352, #r8353, #r8354 and #r8355

8351 View | Annotate 01/30/2008 05:14 PM acydburn

merge with revision #r8350

8310 View | Annotate 01/06/2008 06:00 PM acydburn

- Do not split topic list for topics being promoted to announcements after been moved to another forum (Bug #18635)
- Allow editing usernames within database_update on username cleanup (Bug #18415)
- Fixing wrong sync() calls if moving all posts by a member in ACP (Bug #18385)
- Check entered imagemagick path for trailing slash (Bug #18205)
- Use proper title on index for new/unread posts (Bug #13101) – patch provided by Pyramide
- Allow calls to $user->set_cookie() define no cookie time for setting session cookies (Bug #18025)

8295 View | Annotate 01/03/2008 06:00 PM davidmj

oh boy…
- Migrate code base to PHP 5.1+

8207 View | Annotate 10/20/2007 12:13 PM acydburn

#14850

8146 View | Annotate 10/05/2007 04:30 PM acydburn

dumdidum… sorry. ;)

8119 View | Annotate 10/02/2007 08:29 PM acydburn

#i8

8068 View | Annotate 08/24/2007 08:00 PM davidmj

#14211
- doing is_null on Oracle is not good, we return empty strings instead

7895 View | Annotate 07/16/2007 04:02 PM acydburn

- Handle forum links/redirects within viewforum if no read permission given (to display login box or error message) (Bug #13467)
- Prevent changing postable forum having subforums to link forum without moving subforums out first

7894 View | Annotate 07/16/2007 03:26 AM davidmj

That else statement will never come into effect because the ORDER BY makes sure that the parent is dealt with before the children

7889 View | Annotate 07/15/2007 03:47 PM acydburn

even more fixes. :o

7888 View | Annotate 07/15/2007 02:57 PM davidmj

#11931

7866 View | Annotate 07/11/2007 05:03 PM acydburn

some fixes

7749 View | Annotate 06/11/2007 02:12 AM acydburn

my round of bug fixes

7736 View | Annotate 06/09/2007 01:11 PM acydburn

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!)

7491 View | Annotate 05/06/2007 11:02 PM acydburn

Ok, try to fix the “re-approval on edit” bugs. Also added make_clickable to log entries as well as logging moderator edits.

7480 View | Annotate 05/06/2007 02:57 AM shs

#10523

Just saw this one, whilst thinking about some other stuff… Now possible to select the subforum listing for styling by:

a.subforum { foo: bar; } // both read and unread links

... and either specifically by:

a.subforum.read { foo: bar; } // read links only
a.subforum.unread { foo: bar; } // unread links only

7429 View | Annotate 04/30/2007 12:46 PM kellanved

Prepare to be yelled at and brace for the tide of bug reports: I had hoped we would not have to do this, but it seems that we have to.

Route all avatar downloads through download.php – adrien
-Change the way inline attachments are delivered
-Fixes a few (unreported) bugs, notably avatar upload during group generation
#10079

7410 View | Annotate 04/27/2007 04:07 PM kellanved

#10191

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)

7330 View | Annotate 04/12/2007 06:20 PM acydburn

my take on getting the bugs down… thanks to those also providing (usable) solutions to the problem. ;) Of course also to those reporting generally…

7286 View | Annotate 04/06/2007 04:03 PM acydburn

some fixes

7266 View | Annotate 04/02/2007 05:47 PM acydburn

some fixes…

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

other fixes…

7120 View | Annotate 03/04/2007 11:08 PM davidmj

- small MSSQL thing
- changed how we store tracking data

7106 View | Annotate 03/02/2007 11:41 AM acydburn

do not display passworded forum topics within the active topics list if the user did not enter the password before… thanks to gamer4ever for pointing this out (though next time straight to the security tracker please)

7007 View | Annotate 02/18/2007 02:42 PM acydburn

fixing some bugs
more mcp links for easier moderating different aspects (all, forum, topic)
i may have introduced new bugs with this commit due to me having fixed some things weeks ago and some code changed in between – please report if you see something not working as expected.

6940 View | Annotate 01/27/2007 06:21 PM shs

SEPARATOR, not SEPERATOR… also “neutralised” variable naming as it’s used elsewhere outside of pagination. :)

6911 View | Annotate 01/20/2007 05:33 PM davidmj

- tiny issue in display_forums() made is possible for get_moderators() to cache the same query twice

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

6891 View | Annotate 01/17/2007 12:52 AM dhn2

Forgot that one for #7110

6890 View | Annotate 01/17/2007 12:46 AM dhn2

#7110

6862 View | Annotate 01/08/2007 10:14 PM naderman

- new homographs or IDN confusables ( http://www.unicode.org/reports/tr39/data/international.txt )
- also added character names to old homographs
- pagination_sep theme option removed, PAGINATION_SEPERATOR can be set in language files and the theme can overwrite it using span.page-sep [Bug #6872]

6832 View | Annotate 01/03/2007 07:58 PM naderman

- allow login with redirect parameter
- altered URL regular expression so it won’t cause problem with long URLs – PCRE >:( [Bug #6720]
- moderator list on index should have coloured groups in bold as everywhere else too
- correctly handle password requirements in UCP [Bug #6692]
- added soft-hyphen to utf8_clean_string(), if you know any more evil characters (or whitespace characters that are not in ASCII range) then tell me about them (bug report) ;-)

6829 View | Annotate 01/02/2007 05:35 PM acydburn

- do not allow setting the parent to currently assigned childs [Bug #6708]
- Allow the display_on_index setting to be specified for link forums [Bug #6660]
- Rank code in functions_display.php [Bug #6656]
- Added some new locations for the viewonline page [Related to bug #6484]
- Do not display attached images inline if user disabled image display in posts; the same with flash files [Bug #6226]

6816 View | Annotate 12/27/2006 06:43 PM acydburn

Unused Code inside function update_forum_data [Bug #6606]
Copy permissions protection for groups [Bug #6594]
HTML issues in ACP [Bug #6580, #6578]
Always send the correct encoding [related to bug #6576]
Mass email fixes for first loop iteration [Bug #6570]
Extension groups to be allowed in PM’s and/or Posts [Bug #6558]
Extension allowance checking clarified (no longer using forum id 0 for private messaging)
Using request_var() array method for some variables [Bug #6556]
Added confirmation for deletion of ranks/smilies/icons/word censores [Bug #6548, #6530, #6512, #6466]
Only show postable forums in dropdown list for moving posts on forum deletion as well as correct re-indexing [Bug #6510, #6476, #6384]
Jabber password being password field in jabber settings screen [Bug #6478]
user activity language variable if viewing not own profile [Bug #6432]
Show moderator group/user-name colour [Bug #6402]
Log rank creation/updating/removing [Bug #6398]
Update check permission changed from a_ to a_board [Bug #6392]

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.

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

#6076
- removed unused junk from functions.php

6724 View | Annotate 12/07/2006 04:11 PM acydburn

#6024

6650 View | Annotate 11/24/2006 03:59 PM acydburn

rather large update, most important things done:
- implemented provided patch/diff file for bug #5350 (Highway of Life) with some tiny changes and alterations
- more username/colour changes/fixes
- added a note about PM rule-dependant message removals so the user is not wondering too much if he can’t remember his rules. :)
- some column changes to fix unicode issues
- bugfixes

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.

6614 View | Annotate 11/19/2006 10:00 PM acydburn

some tiny fixes.

6599 View | Annotate 11/18/2006 11:05 AM acydburn

- do not cache the activity queries, this is only a lot of overhead (haven’t noticed the forums also get included)
- back to our known poster name display on viewtopic/topic review. :)

6589 View | Annotate 11/16/2006 05:51 PM acydburn

ok, change from doing the same logic all over again we call a function to do it for us. Also allow template designers to choose which method to use by just adding a fully compiled username string (profile link + user colour). This commit may introduce problems.

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)

6577 View | Annotate 11/12/2006 08:24 PM acydburn

let the user activity queries only update every 5 minutes

6572 View | Annotate 11/12/2006 04:35 PM acydburn

consistant obtain_* functions

6511 View | Annotate 10/19/2006 03:55 PM acydburn

Revised attachment categories a bit
Fixes for the following bugs:
#4830
#4818
#4816
#4810
#4808
#4798
#4796
#4772
#4662
#4646
#4546
#4524
#4270

I hope not having introduced additional severe errors :)

6490 View | Annotate 10/12/2006 10:05 PM grahamje

Censor last post topic [#4714]

6470 View | Annotate 10/08/2006 09:04 PM acydburn

- forum image being an additional image instead of replacing forum indicators
- reasons fixes

6439 View | Annotate 10/04/2006 05:15 PM acydburn

- finally removed sql_numrows
- sql_fetchfield now in dbal.php
- check query id correctly as well as other tiny fixes

6434 View | Annotate 10/03/2006 05:59 AM davidmj

#4226

6422 View | Annotate 10/01/2006 10:48 AM davidmj

- forgot to make the same change to the ODBC driver
- MySQL 3.x works now
- FirebirdSQL is now on the same level as MySQL and PostgreSQL, zero hacks exist inside the core code now

6419 View | Annotate 09/30/2006 04:58 PM acydburn

- fixing a bug i am unsure about when it occurs (but it occurs). The symptoms are broken template cache files if after removing unnecessary php opening/closing tags result in statements being syntactially incorrect.
- added real syncing to forums acp (not only forum statistics rebuild)

6411 View | Annotate 09/26/2006 09:59 PM acydburn

These changes should let olympus scale a little bit better.
i haven’t adjusted the schemas but added the details to create_schema_files – david is able to build them then in line with his changes. :)

6383 View | Annotate 09/23/2006 12:14 AM acydburn

some tiny fixes here and there

6382 View | Annotate 09/20/2006 03:20 PM acydburn

#4406

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. ;)

6360 View | Annotate 09/08/2006 08:00 PM grahamje

Next phase of last post changes + a few minor bugs

Note: This template variable is available but will not be used by default

6336 View | Annotate 08/30/2006 09:33 PM grahamje

Error if no post in a forum

6311 View | Annotate 08/22/2006 01:01 PM grahamje

Phase 2 of the changes
This should now be complete

6309 View | Annotate 08/21/2006 05:58 PM grahamje

Initial batch of colourization changes. This includes:
– schema changes for first post and last post
– display in viewforum, search and ucp of first post
– update of database on posting
Still outstanding
– display of last post

6271 View | Annotate 08/12/2006 03:14 PM acydburn

sql_in_set changes

6260 View | Annotate 08/11/2006 03:21 PM acydburn

submit some attachment changes/fixes as well as fixing the language pack download for zip files.

6256 View | Annotate 08/09/2006 11:03 PM acydburn

- load tracking updates. Need to be tested on a clean installation too – at the moment only tiny quirks are noticed at area51.
- reported bugs fixed

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)

6223 View | Annotate 08/01/2006 07:06 AM davidmj

- BBCode helpline is now customizable

6198 View | Annotate 07/20/2006 11:45 PM acydburn

- some bugfixes
- set ip_check to A.B.C. by default
- display postings in other encodings by default and present link to force the encoding as usual.

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

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

6126 View | Annotate 06/25/2006 05:23 PM grahamje

Some changes to the way folder images are handled for “special” topics

6107 View | Annotate 06/20/2006 09:00 PM naderman

- correctly display subcategories
- use L_TRANSLATION_INFO [Bug #2357]
- always begin with ACL_UNSET in permission trace
- allow copy permissions when editing a forum
- default to parent forum for copying permissions
- no duplication of the breadcrumps on registration [Bug #2307]

6074 View | Annotate 06/16/2006 07:31 PM acydburn

fix bug #2258

6021 View | Annotate 06/07/2006 09:32 PM acydburn

ok, sorry for this. :/
- cleaned up table names/constants

6019 View | Annotate 06/07/2006 08:12 PM acydburn

fix bug #2086
remove cached sql results for moderator cache table if re-applying moderators

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.

5999 View | Annotate 06/02/2006 12:29 PM acydburn

#2059

5995 View | Annotate 06/01/2006 03:47 PM acydburn

- create forums by default
- hide prune options if not enabled
- fixed module management enable/disable switch if in module itself
- fixed some schema errors
- adjusted $user->page array generation for developers calling scripts outside of phpBB root

5965 View | Annotate 05/25/2006 09:15 PM acydburn

first round of custom profile changes

5957 View | Annotate 05/21/2006 06:54 PM acydburn

- fixing a few smaller bugs/glitches
- init user session in cron.php (else it can produce errors if functions expect the user object being set)
- fix sql escaping for mssql/mssql_odbc

5933 View | Annotate 05/19/2006 11:08 PM acydburn

- fixed dotted topics on some occassions being wrong
- fixed post author change
- fixed moving topics (they should not count into read tracking now) – think about having only one column for shadow topics/similar to forum links
- moved a function from functions.php to functions_display.php (this function is only used by viewtopic and viewforum which already include this file)
- some rather tiny fixes for mssql

5931 View | Annotate 05/18/2006 11:03 PM acydburn

- fixing a few tiny bugs
- added new function to (re)apply sids where needed (login and mcp quickmod) – #1829

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

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.

5790 View | Annotate 04/17/2006 03:09 PM acydburn

- clean up marklist calls (global function)
- added new feature: test out others permissions (admin permissions will not be copied)
- changed attachment processing by directly using the template engine
- fixed some attachment related bugs
- additional tiny fixes

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

5770 View | Annotate 04/08/2006 04:16 PM acydburn

- fix moving up/down for smilies and icons
- display number of total topics in viewforum for forums having active topics set to to true

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. :/

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)

5622 View | Annotate 03/13/2006 12:19 AM acydburn

- streamlined reports to consist of the feature set we decided upon (Nils, your turn now)
- use getenv instead of $_ENV (with $_ENV the case could be wrong)
- permission fixes (there was a bug arising with getting permission flags – re-added them and handled roles deletion differently)
- implemented max login attempts
- changed the expected return parameters for logins/sessions
- added acp page for editing report/denial reasons
- other fixes here and there

5548 View | Annotate 02/12/2006 04:45 PM naderman
  • empty log message *
5546 View | Annotate 02/12/2006 03:48 PM naderman

tiny fix so the board won’t throw an error if it doesn’t have any forums

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

5425 View | Annotate 01/05/2006 01:10 PM naderman

- acm::exists() is considered private now and was renamed to acm::_exists()

5424 View | Annotate 01/04/2006 09:57 PM subblue

Updated references to posts to be #p[post_id] rather than #[post_id] since it is against the W3C spec to have the id=”” attribute starting with a number

5422 View | Annotate 01/04/2006 07:37 AM davidmj

- file_get_contents instead of imploding file()s or fread()ing till the maximum filesize
- language and style properly use compression
- language now prompts user for methods
- functions_compress does not need to eval() to get a hex date, instead calls pack()
- A writing method is defined at the end of tar operations only if data has been sent to the archive
- BBCode parser does not have to eval(), it instead uses the regex to loop around the matches

Hopefully nothing broke :-)

5372 View | Annotate 12/22/2005 05:28 PM acydburn

- ok, get away with the secondary style approach (styles can be mixed together easily with the acp)
- introduce a more generic approach of defining some additional variables through cfg files as well as the name, copyright and version fields
- please note that at the moment this is in flux. I added it now for Tom because he needs the theme parameters.

5313 View | Annotate 11/28/2005 07:38 PM acydburn

- some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in strict mode now) – postgresql not supporting this standard. :/
- acp changes

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)

5240 View | Annotate 10/02/2005 08:15 PM acydburn

- move some functions from global functions file to functions_display (those only needed in posting and viewtopic/forum)

5135 View | Annotate 04/30/2005 04:24 PM acydburn

- test slightly modified topic tracking code
- some bugfixes

5118 View | Annotate 04/11/2005 11:32 PM acydburn

- made path information available to template (T_)
- eased topic/post icon in templates (removing hardcoded img)
- added S_FIRST_ROW and S_LAST_ROW to template engine

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)

5109 View | Annotate 03/22/2005 12:10 AM acydburn

- and my second attempt

5057 View | Annotate 01/13/2005 04:31 PM psotfx

Fix topic count display for subfora

5037 View | Annotate 12/31/2004 02:58 PM acydburn

- fixed [code=php]
- optimized db/mysql.php a little bit

5035 View | Annotate 12/19/2004 06:59 PM acydburn

- some fixes/changes

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

5001 View | Annotate 10/13/2004 09:30 PM acydburn

- ucp register/remind/activate fixes mostly regarding account activation
- general ucp fixing (profile and ucp_main)
- created three new functions (return correct topic author string, generate topic related pagination and get topic type/status…). These general bits are used on several pages (subscribed topics, bookmarks, viewforum).
- config basic schema fix
- commented out inline fix for unread topic tracking in viewforum, instead tried another method (hopefully working as well)

4986 View | Annotate 09/17/2004 11:11 AM acydburn

- extensions_allowed changed a bit.

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)

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

4904 View |