History | View | Annotate | Download (50 kB)
This commit was manufactured by cvs2svn to create tag 'milestone_3'.
- some bugfixes
- move some functions from global functions file to functions_display (those only needed in posting and viewtopic/forum)
hidden fields adjustments
- added function for easily building hidden fields- extended confirm_box function (ability to use custom urls, ability to use custom confirm message)
- view active topics- seperated search id (int) from search id (string) for security reasons
- request_var updates- added group selection to pm filter- fixed activation/deletion of inactive user accounts in admin index- fixed some color swatch bugs
- some cross-db related changes- putting active bots array into cache
- some private message fixes
- test slightly modified topic tracking code- some bugfixes
- 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
- 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
- fixed custom profile field get/store- changed tz lang array to hold more descriptive timezones (no more tz+-13, dst is a seperate option)- fixed bugs after jabber queue processing (data being escaped differently)
- 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)
- and my second attempt
change viewonline page slightly.Mental Note: Step away from using in_array in conjunction with huge arrays (and within a loop), might get slow. ;)
Fixed dotted topics on reply
fix admin_session "bug"
BBCode enabled profile fields, removed field_name from profile fields, fixed some uninitialised variable issues, some small conversion issues
- removed unnecessary pm options- added one option to clearly define email visibility
- bugfixes- default sort options for posts too- adjusted format_date to remove the (time intensive) preg_ calls- temporary style.php code.
- bugfixes- do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!)
Fixed small PM issue in header
...see if i am able to break the cookie tracking system this time. :D- made some session code updates- added new acl function (might be helpful later)
- fixed [code=php]- optimized db/mysql.php a little bit
Remove version information from display
- a bunch of updates, most of them bbcode related
- cur_page no longer in use- fix confirm box (since it used cur_page) :)
set correct dynamic config field if config name not present
Remove globalsearch action, no need
Global search action
- extensions_allowed changed a bit.
- 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)...
- print memory usage if available
- 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)
my turn to break the forum (and at least pm's are no longer working - will not last long). HARRRR
This is a mass commit ... expect trouble! Changes made here are primarily to how login is handled, schema changes necessary!
- fixing some issues with the confirm screen - merging our (the devs) approaches (more fail-safe now)- fixing some small issues...
- 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...
- added folder_moved image- new feature: bookmark topics- fixed post details link- added confirmation screen to cookie deletion
- added delete cookies link- fixed global announcement links in viewforum- do not display redirects in link forums as posts in forum overview
- 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)
more updates
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)
add a little bit more information for style authorsease the jumpbox handling a little bit
- check for array [lang]- admin_forums delete routine updated- added extension groups per forum
show correct login screen (accessing /adm while logged out)
splitted language files
always redirect on login (fixes the "i am not logged in" problem. ;))
- 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...
hopefully fixed "mark forums read" -> db based tracking
gen_random_string move ... not entirely sure about this ... may well return to user functions
Enable redirect after login
Mark given set of forums marked, show "Mark forums read" link on subforum display
hhmm, string cleanup was rather ... broken
Minor changes, add new S_USER_LANG template var
Update ACP linkage
gurgle blurp ... make some more changes, blurp, gurgle, move discover_auth to auth class as acl_get_list method, blurp gurgle blurp
We're going down, we're going down, blurp, blurp, gurgle, gurgle
Change to discover auth ... this time I think I got it right ... ooohh look @ that pretty iceberg ...
Finally add deletion of expired sessions from forum access table, remove request_var useage for explain linkage
/me whoopsies all over the floor/me is ashamed
Admin load switch for jumpbox
request_var update to support 2-dimensional arrays.
finish bump topic feature...
Remove need for session_ids for "allowed" bots, dump user_founder/user_active in favour of user_type, new user_type, USER_IGNORE
well, seems putting the queue process in the footer doesn't work on "real boards" where people hit stop constantly on their browser :D
Let's break lots of things
new rule
request_var init
Fix missing path seperators in template/imageset T_ vars
Fixed: sql_return_on_error() calls. Now works as expectedChanged: var types explicitly casted
This checkin msg is dedicated to dhn ;)
fixed censoring (quote post, word boundaries, attachment comments)
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
saved one query by moving max smilie check to the emoticons function
Taken explain code out of sql_query. New improved layout.
bah, group handling needs some further discussion ... I'm done with it for M-2
A few more changes ... nearly there ... deleting users is going to be a little troublesome
Fixed: removes the ending slash if the script path is empty resulting in a double slash in the URL
Remove trailing slash from T_XXXX_PATH vars
Moved sql_close() down, after the cache is unloaded.
A fair amount of additional working or semi-working stuff ... template stored db source (when appropriate), switch theme/templates between DB/filesystem (if available), import, upload templates, imagesets, themes (if available ... i.e. no safe mode), etc. still a fair amount of stuff to do but getting there ... take care using this, backup any themes/templates/imagesets before fiddling and let me know of issues
Changes for styling directory layout alterations
Send DB stored css data to template if necessary ... yes, I realise this won't be cached like a normal stylesheet but there are potential ways around that
More styling stuff ... activate, deactivate styles ... deactivated styles can still be used in forum/board styling selectors
Update data for styling schema changes
Cope with secondary (per forum) styles, probably other minor things too ... there is a known permissions problem, will work on that soon. Ashe, the bbcode primary/secondary stuff may need some tightening, particularly since it only checks the bbcode_bitfield for the primary template (which may not exist as coped with later) ... I'll leave that to you to alter.
sqlite support UNION ALL SELECT method
Yet more updates, topic marking works again ... still intend (optional) checking of "forum read" status on return to index (rather than just the current fudge of visiting the forum), obtain_ranks as a function (used in at least three scripts), removed jabber method that was needed, oops
more fun with cookies
Changed: set_config() won't actually update the database if config values match
Wasn't stripping slashes from the cookies ... that will account for some of the erroneous mark read, nothing changes issues. Add name="" to image generation ... for "on" event handlers, etc.
get_forum_branch() moved to function_admins.php
More functions added ...
Yet more mildly fudged code ... just to get something up, minor fixes/updates elsewhere
Returned to instantiation of ucp object ... perhaps this approach is better? Altered basic info for ucp_modules, updated editor to allow alternative form and textarea names ... still lots of fudginess, hhhmmmm fudge, uuuuugggghhh
Had to make a start on the UCP proper ... note that things may and in places are quite broken
Fixed: moderators "viewprofile" links
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
email topic, minor other changes, removed updating of parent forums upon posting (handled by functions_display)