Register
phpBB.com Wiki · Home Projects Help

root / trunk / phpBB / posting.php

posting.php

View | Annotate | Download (53.1 KB)

# Date Author Comment
8816 View | Annotate 09/04/2008 04:04 PM acydburn

- queue trigger feature
- queued posts do not affect user_posts
- show links to MCP + queued posts in ucp and acp

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

merge

8656 View | Annotate 06/13/2008 09:44 PM acydburn

Fix some instances where we left db connections open (registration -> captcha for example)

8624 View | Annotate 06/08/2008 11:44 PM acydburn

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

8382 View | Annotate 02/14/2008 01:35 PM Kellanved

cross-ci

8363 View | Annotate 02/01/2008 02:15 PM Kellanved

cross-ci 8362; #15120, #16029

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

merge with revision #r8350

8306 View | Annotate 01/05/2008 05:10 PM acydburn

Correctly check empty subjects/messages (Bug #17915)
Do not check usernames against word censor list. Disallowed usernames is already checked and word censor belong to posts. (Bug #17745)
Additionally include non-postable forums for moderators forums shown within the teams list. (Bug #17265)

8275 View | Annotate 12/12/2007 12:07 PM acydburn

wrong call – utf8_clean_string() instead of utf_clean_string() :)

8268 View | Annotate 12/05/2007 04:24 PM acydburn
  • empty log message *
8266 View | Annotate 12/05/2007 03:21 PM kellanved

err…

8265 View | Annotate 12/05/2007 03:18 PM kellanved

err … why all this?

8264 View | Annotate 12/05/2007 03:16 PM kellanved

#15889

8241 View | Annotate 11/17/2007 09:04 PM acydburn

some further fixes
- re-introduce grabbing random number from /dev/urandom

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

dumdidum… sorry. ;)

8138 View | Annotate 10/04/2007 08:26 PM acydburn

some bugfixes.

8128 View | Annotate 10/04/2007 06:42 AM davidmj

#i71
#i72

8120 View | Annotate 10/03/2007 05:05 PM kellanved

Ok, here comes a big one. Poor updater. Also requires testing.

#i91
#i92
#i93
#i94
#i95
#i96

8099 View | Annotate 09/22/2007 08:31 PM acydburn

#i62 – #i65
gone through every javascript invocation and making sure we adhere to our coding guidelines.

8072 View | Annotate 08/30/2007 11:21 PM acydburn

necessary changes…

8034 View | Annotate 08/16/2007 01:28 PM acydburn

- two new packages… diff and utf
- only 60 chars for topic title if new post (please see changelog for explanation)
- change utf8_wordwrap (had some bugs david and nils spotted – was not really functional, sorry for this. :D)

7994 View | Annotate 08/01/2007 06:27 PM acydburn

some tiny fixes and two new features. ;)

7961 View | Annotate 07/27/2007 07:33 PM acydburn

err, forgot to commit

7958 View | Annotate 07/27/2007 04:55 PM kellanved

#13800

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

do not get too excited

7920 View | Annotate 07/22/2007 10:11 PM acydburn

try to normalize everything…

7917 View | Annotate 07/21/2007 06:11 PM davidmj

#13657 – thanks Thatbitextra

7887 View | Annotate 07/15/2007 02:09 PM kellanved

#13435

7831 View | Annotate 07/04/2007 02:38 PM davidmj

#12947 – thanks to APTX for his partial patch and Highway_of_Life and iWisdom for testing

7823 View | Annotate 07/02/2007 06:33 PM kellanved

#11349

7822 View | Annotate 07/02/2007 04:05 PM kellanved

Adding the bot mark/unmark links already promised in the changelog.
Adds backlinks to the success screen after closing reports (#12905)
Some style and language fixes (#12493, #12235, #11235, #11949) – the latter is still not perfect.
Added code to the phpBB2 converter to deal with slashed quotes (#12607)

Changes and adds language entries :)

7804 View | Annotate 06/27/2007 06:02 PM acydburn

deny access to the posting page for bots…

7777 View | Annotate 06/18/2007 05:12 PM kellanved

Fixing a few minor bugs; changing one language variable.

#12123
#12483
#12489
#12513

7766 View | Annotate 06/16/2007 02:25 PM acydburn

#12433 (attention: new language variable which will give php notices for those using a language pack not having this added variable)

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

7732 View | Annotate 06/08/2007 05:38 PM kellanved

#12263

7715 View | Annotate 06/06/2007 04:00 PM kellanved

Changing the stance we take towards flash. (DelvarWorld, NeoThermic)
fixing a few smaller bugs.

#12007
#12003

7692 View | Annotate 05/27/2007 05:07 PM kellanved

Some fixes and improvements.
#11817
#11851
#11801
#11461

7687 View | Annotate 05/26/2007 06:38 PM acydburn

hopefully not too late in the game. Checked in new jabber class (the class done by the flyspray project). It would be nice if this could be tested with more servers – jabber.org seems to work fine…
- other fixes

7659 View | Annotate 05/21/2007 02:30 PM kellanved

#11257

... 96 bugs on the wall …

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