Register
Home Projects Help

root / trunk / phpBB / faq.php

faq.php

View | Annotate | Download (1.4 KB)

# Date Author Comment
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\!

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

dumdidum… sorry. ;)

7954 View | Annotate 07/26/2007 05:51 PM acydburn

do not get too excited

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.

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.

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

- some adjustements for phpdocumentor

5378 View | Annotate 12/26/2005 10:02 PM subblue

Language related updates.
Removed escaped double-quotes from single quote FAQ language strings – was causing mal-formed html.
Also changed the quicklink numbers to be prefixed by ‘f’ since standards dicate name and id attributes have to start with a non-numeric character.

5344 View | Annotate 12/17/2005 01:20 PM subblue

Tweak – $forum_id not needed for the make_jumpbox() func on this page

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

- session changes

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)

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)

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

4844 View | Annotate 02/28/2004 10:16 PM acydburn

splitted language files

4476 View | Annotate 09/07/2003 03:54 PM psotfx

grumble

4473 View | Annotate 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

4262 View | Annotate 07/15/2003 12:54 AM psotfx

Re-arrange auth and setup calls … needs to be repeated for all major scripts

3969 View | Annotate 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).

2958 View | Annotate 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 View | Annotate 10/08/2002 10:11 PM psotfx

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

2923 View | Annotate 10/04/2002 03:09 PM psotfx

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

2853 View | Annotate 08/15/2002 05:45 PM psotfx

More session changes to accomodate ACL_PERMIT/PREVENT …

2849 View | Annotate 08/13/2002 06:34 PM psotfx

More changes … switched away from prefetch for now …

2673 View | Annotate 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

2448 View | Annotate 03/31/2002 01: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

2305 View | Annotate 03/18/2002 02:35 PM psotfx

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

2260 View | Annotate 03/04/2002 02:47 AM psotfx

Remove extra session var in session_pagestart

1675 View | Annotate 12/22/2001 04:52 PM psotfx

Add Back_to_top lang string to template vars

1614 View | Annotate 12/17/2001 01:24 AM psotfx

Added BBCode guide as separate file … no doubt this will annoy some, oh well :)

1466 View | Annotate 11/27/2001 10:37 PM psotfx

Updated FAQ … near complete?

1383 View | Annotate 11/20/2001 03:24 AM psotfx

Various updates

1331 View | Annotate 11/16/2001 04:16 PM psotfx

Updated FAQ, links, more text, etc. ... I was bored

1170 View | Annotate 10/11/2001 02:18 PM psotfx

Changed paths for language

1127 View | Annotate 10/05/2001 10:29 AM thefinn

FAQ system..I”m not entirly happy with it but at this stage its too late to spend alot of time on something as small as this

943 View | Annotate 08/31/2001 12:20 AM thefinn

Re-added GPL disclaimers

932 View | Annotate 08/26/2001 03:53 PM psotfx

Modified header comments

646 View | Annotate 07/13/2001 06:14 PM psotfx

Changes to include location + some other misc stuff

604 View | Annotate 07/08/2001 05:59 PM psotfx

Nothing to see here, move along