Register
phpBB.com Wiki · Home Projects Help

root / tags / release_3_0_RC3 / phpBB / search.php

search.php

View | Annotate | Download (37.7 KB)

# Date Author Comment
7843 View | Annotate 07/08/2007 06:39 PM

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

7820 View | Annotate 07/02/2007 12:09 PM kellanved

#12941

7789 View | Annotate 06/24/2007 02:49 PM acydburn

tweak the sql_like_expression feature a little bit to allow correct escaping

7788 View | Annotate 06/23/2007 02:16 PM acydburn

new wrapper for LIKE expressions to streamline the fixes. We actually need to adjust them for different DBMS as well as SQLite2 not supporting escaping characters in LIKE statements (which is a reason why we think about dropping sqlite support completely).

7780 View | Annotate 06/19/2007 02:36 PM naderman

- author search should take UTF-8 [Bug #11793]

7779 View | Annotate 06/19/2007 01:45 PM kellanved

#12545

7559 View | Annotate 05/13/2007 06:15 PM naderman

- correctly transfer the search query across search result pages
- changed highlighting so foo* will match foo again [Bug #10031]
- restructured magic urls (functionality still mostly the same), added a check for entities in urls and punctuation at the end of magic urls [Bugs #10639, #10293]
- undid the workaround for urls in quotes, as it’s fixed by the new magic url handling
- allow magic urls enclosed in BBCode [Bug #10319]
- added handling for IPv6 addresses to the IP checking without adding extra options [Bug #9538]
- correctly handle search in search results of search queries with brackets [Bug #10581]
- added information about requirements for auth_apache [Bug #10107]

7451 View | Annotate 05/02/2007 06:19 PM acydburn

fixes for search button in header – #10389, #10225, #9548
added missing colour swatch to prosilver – #8657
language changes – #10387, #10375, #10373, #10353, #10279
line-height for font size (still not ideal) – #10317
Search load setting checked in sessions.php along with limit_load and also reset if not possible to determine load – #10383
Fix editing issues – #9660

7428 View | Annotate 04/29/2007 10:56 PM naderman

- * wildcard in a search query should cause \w+ in highlighting, not \w* [Bug #10031]
- display a warning that the search index is not converted from phpBB2 to phpBB3 [Bug #9761]
- forgot to add : to reg_name when deleting userinfo from the url regex constructor [Bug #9868]
- magic urls should work after ”>”
- fixed sorting in mcp_reports/mcp_queue [Bug #9882]
- display a “Report has already been closed” message, if a post is accessed in mcp_reports which has a closed report (might occur if two moderators want to process it at the same time)
- convertor: old forum path should have the trailing slash removed
- subsilver2 will come bundled with phpBB3, but it will not be installed by default (if admins want to use it they can, but it’s not a default option for users)
- prosilver was missing the topic-only mode in mcp_reports/mcp_queue

7385 View | Annotate 04/22/2007 07:12 PM naderman

- removed unneeded code from fulltext_mysql [Bug #9947]
- an additional combined index on post_subject and post_text is necessary for fulltext_mysql [Bug #9818]
- added phrase searching support to fulltext_mysql while fixing some minor bugs in the keyword processing code, originally intended to do this about a year ago when I switched from split_words array to search_query string in the search backend interface, so finally it’s there

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)

7261 View | Annotate 04/02/2007 12:15 AM naderman

- urlencoded usernames don’t need htmlspecialchars [Bug #8794]
- fulltext_mysql still used synonyms/ignore words [Bug #5405]
- merge tool extend to allow merging complete topics via quickmod and mcp_forum [Bug #5293]
- renamed “fork” to “copy” (was already called “copy” in some places)
- Copied posts should not increase post count, and should also not decrease it on deletion [Bug #8072]

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

- small MSSQL thing
- changed how we store tracking data

7076 View | Annotate 02/25/2007 11:09 PM naderman

- fix htmlspecialchars handling in search (search backends get specialchared input, and should return specialchared output), current backends strip entities anyway [includes Bug #8156]
- allow cancelling search index creation/removal
- custom CSS class name input too short [Bug #8328]
- give an error message if a password wasn’t convertable (special characters in non-standard encoding)
- moved still_on_time to functions.php, used by acp_search and converter, might be useful for MODs (or complex cron scripts)
- do not allow empty passwords on login
- add sids to local URLs in posts (this was a really terrible bug to fix ;)) [Bug #7892]
ignore invalid HTTP_X_FORWARDED_FOR headers (just use REMOTE_ADDR if invalid) [Bug #8314]
- changed forum listing code on search page and acp_attachments [Bug #6658]
- search indexing uses still_on_time(), smaller batch size (1000) and meta_refresh() instead of redirect(), this should solve a few problems [Bugs #8034, #8270]
- made password requirement language strings clearer
- ALPHA is not meant to be alphanumric [Bug #7764]
- display bug in firefox on linux making the pagination wrap on search results page (caused by  )

6944 View | Annotate 01/28/2007 02:43 PM naderman

- ignore too short/too long search words [Bug #7438]

6930 View | Annotate 01/26/2007 05:09 PM acydburn

- fix some oddities (doubled spaces for example)
- changed the way make_forum_select() is returning the forum list – now including skipped forums but being disabled. This should make identifying the correct forum much more easier.
- Changed some permission namings based on suggestions by the community
- Tried to comply to the permission field ordering within the language files while displaying permission sets. Hopefully it’s worth the additional processing time.
- Disable submit buttons after clicking for installation and conversions.

6880 View | Annotate 01/11/2007 06:44 AM davidmj

#6772
- some other random things

6841 View | Annotate 01/05/2007 12:21 PM acydburn

fix message length calculation for parsing bbcodes as well as saving some bytes of memory. ;)

6814 View | Annotate 12/27/2006 01:06 AM naderman

- display search type as page title for premade searches [Bug #6508]
- flash enabled on user side by default, so that admins can actually change anything by activating it (still disabled by default)
- properly implemented password complexity check [Bug #6584]
- do not ldap_escape paramaters for the bind function [Bug #6208]
- deleted words in edited post subjects weren’t getting there search cache refreshed [Bug #6288]
- made common word threshold configurable [Bug #6168]
- recreated word match table entries after installation, side effect of bug #6060
- option to only allow ASCII usernames
- adjusted search page pagination [Bug #6424]
- correctly calculate unformatted search result extract length

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.

6764 View | Annotate 12/14/2006 09:36 PM davidmj

#6264

6740 View | Annotate 12/10/2006 06:44 PM naderman

- finally correctly calculate current time for birthday calculation [Bug #6030]
- allow searching forums with unsearchable subforums [Bug #6056]
- addition of an optional HTTP_X_FORWARDED_FOR check in sessions, including bans
- do not index forums which have indexing disabled on index recreation [Bug #6060]
- properly handle html entities in the theme editor [Bug #6048]
- anonymous access is no longer required for the LDAP auth plugin [Bug #6046]
- corrected mcp_front queue link to point to approve_details [Bug #6134]
- added direct (dis)approval to mcp_front queue items [Bug #6134]
- proper mysql version test for fulltext-compatibility [Bug #6054]
- added note to style/language “used by” column so it’s clear that bots are included
- correctly update bot last visit time [Bug #6108]

6708 View | Annotate 12/03/2006 07:03 PM naderman

- author search should use clean names for searching [Bug #5752]
- local moderators are moderators too!
- don’t show a “word is not contained in any post” message for ignored common words
- bold search words in search error messages [Bug #5762]

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

6675 View | Annotate 11/27/2006 09:31 PM naderman

- Throw error on incorrect search queries [Bug #5648]

6674 View | Annotate 11/27/2006 08:32 PM acydburn

#5610

6655 View | Annotate 11/25/2006 09:00 PM naderman

message

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

6643 View | Annotate 11/23/2006 05:15 PM acydburn

fixes for bugs #5564, #5554 and #5462

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.

6612 View | Annotate 11/19/2006 09:08 PM acydburn

some tiny fixes.

6595 View | Annotate 11/17/2006 08:37 PM acydburn

adjust some comments to work with phpdocumentor. :)

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.

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

consistant obtain_* functions

6550 View | Annotate 11/04/2006 02:37 PM davidmj

trimmed the highlight regex

6517 View | Annotate 10/22/2006 03:32 PM acydburn

- now username changes should work as desired
- removed some extract() calls

6497 View | Annotate 10/14/2006 04:56 PM acydburn

- store sql_layer directly within the layer itself
- new method sql_multi_insert to circumvent db-specific hacks
(hopefully not introduced any parsing errors)

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.

6443 View | Annotate 10/05/2006 09:58 PM grahamje

Add coluring to search-posts results

6380 View | Annotate 09/18/2006 12:02 AM naderman

- no more encoding mixture, say hello to UTF-8 (I’ll add a validation solution for PHP 4.3.3/4 ASAP) [side effect: fixes Bug #3762]
- take local server time into consideration for birthday/age calculation
- faster active topic search
- allow changing active topic time frame [Bug #4150]
- reload stylesheet on language change [Bug #4222]

6367 View | Annotate 09/15/2006 04:08 PM acydburn

implement bare-bone validation for config variables…

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

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

6332 View | Annotate 08/30/2006 02:58 AM davidmj

- Bug #4000

6330 View | Annotate 08/29/2006 10:25 PM naderman

- only highlight when there is anything to highlight

6325 View | Annotate 08/28/2006 11:15 PM naderman

-forgot list items

6321 View | Annotate 08/28/2006 07:20 PM naderman

- birthdays/age in user’s timezone and not server’s local time
- parse bbcode in posts with fewer characters than selected maximum on search results page
- retrieve search word context in posts which are longer than maximum characters (no raw BBCode anymore)
- formatted text is processed in the same order everywhere now: censor_text, replace newlines, bbcode, smileys, attachments, highlighting [including Bug #2048]
- highlighting pattern updated to exclude style and script (e.g custom BBCode) [Bug #3856]
- fixed a style problem in Opera [Bug #3770]
- performance increase for user::img()
- slight adjustments to search

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

6284 View | Annotate 08/12/2006 08:46 PM naderman

- set default_style when the old default style is being deleted
- Do not search for moved topics in the premade searches (new/active/unanswered) and if one occurs for whatever reason, at least display it properly [Bug #3756]

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

sql_in_set changes

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

6254 View | Annotate 08/08/2006 09:02 PM naderman

- fixed some problems with themes
- added support for {IMG_NAME_SRC}, {IMG_NAME_WIDTH} and {IMG_NAME_HEIGHT}
- fulltext_native has to use group by in a few more quries

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

6211 View | Annotate 07/27/2006 09:02 PM naderman

- fixed the age calculation (note: turn on your brain before commiting something like this the next time) [Bug #3337]
- removed the split_words array, introduced an enforced search_query
- the forum used for global topics in the search is now a forum, and no longer a category [Bug #2561]
- Bug #3404
- allow accessing reports by report_id, in contrast to mcp_queue this cannot just use the post id, since there can be multiple closed reports per post, so closed reports have to be accessed by report id, open reports, can optionally be accessed by report id or post id [Bug #3149]
- only attempt to unflag reported topics on closing a report when there are any without other reported posts [Bug #3057]
- updated fulltext_mysql to use the the search_query string
- overwrote the old fulltext_native with our improved version since it consumes too much time to maintain boths and we would switch to the improved version later anyway
- always show a link to search a user’s posts even if the postcount is zero since he might only have posted in forums which do not count posts [Bug #3267]

6175 View | Annotate 07/13/2006 01:21 AM naderman

- it’s \r\n not \n\r [Bug #3121]
- a few little search bugfixes
- drop in the improved version of the native search based on UTF-8 (still needs some work before it can replace the current native search)
Thanks Ashe :)

6152 View | Annotate 07/07/2006 08:43 PM naderman

- fixed a parse error (oops)
- pass forum_ids to search indexing functions
- fixed a bug in fulltext_native’s cache destroying

6151 View | Annotate 07/07/2006 02:36 PM naderman

- display age in user profile and make it available on viewtopic
- various tiny bugfixes including [Bug #2351] [Bug #2549] [Bug #2681] [Bug #3015]
- strip first, then change newlines [Bug #2403]
- added support for creating user profiles to the login function (makes use of user_add), triggered by LOGIN_SUCCESS_CREATE_PROFILE constant
- moved newest user updating from ucp_register to user_add function
- renamed the admin_ auth module function to acp_
- added initialisation code to auth_apache which checks whether it will work
- added user_add support to both auth_ldap and auth_apache
- some auth_ldap tweaks, should work with users deeper in the organisation structure too now
- adjusted global topics in mcp_report to work like mcp_queue

6116 View | Annotate 06/23/2006 02:19 PM naderman

- improve newposts search performance

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

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

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.

5982 View | Annotate 05/28/2006 09:15 PM acydburn

- adjusted coding guidelines
- fixed custom bbcode {TEXT} token
- added unapproved item/info for unapproved posts in a topic

5981 View | Annotate 05/28/2006 09:06 PM naderman

- added search by author_id to solve problems with looking up posts of users with a name containing wildcards
- user based flood control (seperate limits for users and guests) [Bug #1357]
- inform the user about ignored words if he receives a “no words specified” message
- solve problems with the number of entries per page [Bug #1973]
- different height for popup window [“Bug” #1814]
- speed improvements for posting and search reindexing in fulltext_native
-> use php files for ignore words and synonyms

5972 View | Annotate 05/27/2006 03:25 PM davidmj

- force a default charset
- better highlight code in search

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

- some adjustements for phpdocumentor

5853 View | Annotate 04/27/2006 04:20 PM naderman

- allow searches for multibyte characters in fulltext_native
- use preg_quote safely

5727 View | Annotate 03/26/2006 03:36 AM naderman

- correctly use DISTINCT and GROUP BY in search related SQL [Bug #1256]
- always display views and replies in search results [Bug #1223]
- display error messages occuring during search index creation/deletion [Bug #1274]
- correctly align the ACP link on the search results page [Bug #1160]
- fixed the search forum box [Bug #1300] and added a search topic box (subBlue: can you please position this a little more visible, didn’t want to mess with the CSS ;))
correctly check and use show_results on the search page

5705 View | Annotate 03/23/2006 08:23 PM naderman

- some adjustments for search related config options
- one year is 365 days long (52 * 7 = 364, but we have one more day each year ;)) [Bug #1181]
fixed search own posts link in UCP [Bug #1163]
- corrections to timezone selection [Bug #1148]
- fix quickmod tools on post details page [Bug #1188]

5674 View | Annotate 03/19/2006 11:25 PM naderman

- Bug 1104: fixed a typo ($necoding => $encoding)
- Bug 1139: active_topics now has a button to submit the “Display posts from previous

5652 View | Annotate 03/18/2006 03:30 PM naderman

- Lesson learned: If you rename something rename it in all places and not just in a few :)
(min_search_chars/max_search_chars/load_search_upd now prefixed with fulltext_phpbb)
- search_indexing_state should not be dynamic
- a topic link should link to a topic ;-)

5649 View | Annotate 03/18/2006 11:54 AM naderman

- replaced mcp reports system with a simplified version
- fixed links to mcp_reports

5607 View | Annotate 03/06/2006 07:21 PM naderman

Me, me, me!

- only search unapproved posts/topics in forums where the user got the m_approve permission
- resize the search cache when it grows too huge (drop distant pages)
- added unread link to search results page
- streamlined search results and viewforum html code for displaying topics

so we’re waiting for David now :)

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

5552 View | Annotate 02/12/2006 07:35 PM naderman

- new default result mode: posts
- make use of f_search permission

5499 View | Annotate 01/27/2006 07:49 PM naderman

just some tiny changes to meet the coding guidelines

5488 View | Annotate 01/22/2006 08:13 PM naderman

- added fulltext_mysql
- sort search results by topic author, not topic author id
- topic tracking on search results page
- dotted topics on search results page
- links to global announcements fixed

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

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

5443 View | Annotate 01/11/2006 10:52 PM naderman

somehow I knew this had to happen :(
(just two very tiny changes to the previous commit)

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

5399 View | Annotate 12/30/2005 01:16 AM subblue

Added topic folder image source and user profile link for posts results page

5389 View | Annotate 12/29/2005 02:46 AM subblue

Added the topic icon src variable to bring in line with viewtopic and viewforum

5381 View | Annotate 12/27/2005 02:59 PM davidmj

- Replaced the old 2.0.x highlight code with much nicer code :-)

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)

5236 View | Annotate 10/02/2005 06:48 PM acydburn

- checking in pauls (psoTFX) search changes (with tiny adjustments from me)

5161 View | Annotate 06/13/2005 07:51 PM acydburn

- view active topics
- seperated search id (int) from search id (string) for security reasons

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

- some fixes here and there

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

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…

5009 View | Annotate 10/30/2004 07:01 PM acydburn

- fix stopword handling for searches in search results

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

- search updates

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!

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

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

splitted language files

4836 View | Annotate 02/21/2004 01:47 PM acydburn

- 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
- login box if “mode” is not allowed -> posting (thought about trigger_error integration, but we do not need this that often).

4637 View | Annotate 11/04/2003 11:05 PM acydburn

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

4626 View | Annotate 10/27/2003 02:18 PM psotfx

Fix a few items, ability to read private forums, etc. ... must look at reducing need to join on posts table when not absolutely necessary

4530 View | Annotate 10/05/2003 02:56 PM psotfx

Add search interval check, correct a couple of errors

4500 View | Annotate 09/15/2003 06:33 PM psotfx

ah, what the heck … let’s throw this in CVS

4441 View | Annotate 08/27/2003 06:32 PM psotfx

Various bits and pieces … this isn’t really what I wanted M-2 to look like but hum ho

4091 View | Annotate 06/06/2003 05:24 PM psotfx

basic todo list

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

3883 View | Annotate 04/18/2003 03:07 PM acydburn

some arrangements…

3846 View | Annotate 04/16/2003 01:26 AM psotfx

Another windows carriage returns foobar

3845 View | Annotate 04/16/2003 01:21 AM psotfx

Enable/disable searching

3075 View | Annotate 11/21/2002 04:40 PM thefinn

Moved profile.php to ucp.php. ucp is really really broken right now, don’t even think about trying to use it.

3007 View | Annotate 11/05/2002 05:50 AM ludovic_arnaud

viewforum queries update + a couple of bugfixes.

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

2983 View | Annotate 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 :)

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 …

2816 View | Annotate 08/04/2002 01:52 AM psotfx

Various updates

2770 View | Annotate 07/28/2002 02:29 AM psotfx

Add checkboxes

2768 View | Annotate 07/27/2002 10:39 PM psotfx

More user search fixes …

2765 View | Annotate 07/27/2002 06:56 PM psotfx

damn damn damn

2764 View | Annotate 07/27/2002 06:49 PM psotfx

Look out your window … just to the left of the Big Dipper you’ll see a small dot moving at high speed … this is my computer …

2763 View | Annotate 07/27/2002 06:47 PM psotfx

bah

2762 View | Annotate 07/27/2002 06:46 PM psotfx

Wrong var … naughty Paul … smacked wrists

2760 View | Annotate 07/27/2002 06:37 PM psotfx

Updated user search system … this really needs to be integrated with memberslist or something … but it’ll do here 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

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

2455 View | Annotate 03/31/2002 09:13 PM dougk_ff7

Fixing bug 536812: search.php – total_match_count
Thanks acydburn!
Not a big deal, just did what acydburn recommended.

2454 View | Annotate 03/31/2002 06:08 PM psotfx

I’m sooo bored with re-fixing things

2452 View | Annotate 03/31/2002 03:47 PM psotfx

search_id change broke various other search options, fixed

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

2385 View | Annotate 03/21/2002 02:38 AM psotfx

Update goto page code

2378 View | Annotate 03/20/2002 04:57 PM psotfx

Fix enter does not submit problems for username searching, all bow down before Matthijs … no, not in that way you perverts

2355<