| 8821 |
View
| Annotate |
|
|
09/04/2008 04:10 PM |
acydburn |
Get real dbms version instead of relying on php internal functions which only grab the local library version |
| 8616 |
View
| Annotate |
|
|
06/07/2008 03:51 PM |
acydburn |
#28635 |
| 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\! |
| 8401 |
View
| Annotate |
|
|
02/25/2008 02:07 PM |
vic |
This will prevent a php warning from being printed (and the layout getting ruined) in case of a conflicting permission restriction such as open_basedir |
| 8391 |
View
| Annotate |
|
|
02/23/2008 03:23 PM |
acydburn |
merge revisions #r8384, #r8387, #r8388, #r8389 and #r8390 |
| 8313 |
View
| Annotate |
|
|
01/07/2008 04:19 PM |
davidmj |
- a few tiny clean ups - a new MS SQL DBAL, it does not work so hot because of issues with the extension it depends on |
| 8295 |
View
| Annotate |
|
|
01/03/2008 06:00 PM |
davidmj |
oh boy… - Migrate code base to PHP 5.1+ |
| 8290 |
View
| Annotate |
|
|
12/27/2007 06:34 PM |
acydburn |
#16695 #s17235 |
| 8223 |
View
| Annotate |
|
|
11/03/2007 12:10 PM |
acydburn |
some changes |
| 8215 |
View
| Annotate |
|
|
10/27/2007 02:36 PM |
kellanved |
#14924 |
| 8163 |
View
| Annotate |
|
|
10/11/2007 10:12 AM |
acydburn |
prevent posting empty messages with some UTF8-characters as well as fixing conversion in CVS. |
| 8130 |
View
| Annotate |
|
|
10/04/2007 01:33 PM |
acydburn |
deregister globals to install too |
| 8092 |
View
| Annotate |
|
|
09/18/2007 04:49 PM |
acydburn |
some fixes. :P - language authors may review their email template files… |
| 7893 |
View
| Annotate |
|
|
07/16/2007 03:06 AM |
davidmj |
#13463 - tiny issue with get_tables() |
| 7783 |
View
| Annotate |
|
|
06/19/2007 05:24 PM |
davidmj |
#12555 |
| 7744 |
View
| Annotate |
|
|
06/10/2007 03:42 PM |
kellanved |
#12287 #12219
A little clean-up in the installer (thanks ToonArmy) |
| 7694 |
View
| Annotate |
|
|
05/28/2007 08:10 PM |
kellanved |
Adding to the conversion documentation. This introduces and changes languages variables. #11407 #11251 #11673 #11671 #11215 |
| 7692 |
View
| Annotate |
|
|
05/27/2007 05:07 PM |
kellanved |
Some fixes and improvements. #11817 #11851 #11801 #11461 |
| 7677 |
View
| Annotate |
|
|
05/25/2007 06:03 PM |
kellanved |
Introduced checks to stop negative postcounts (Bug #11561, #11421) Allow IP v4/v6 urls for remote avatars (Bug #11633) Delete avatar files automatically (Bug #11631) Automatically add selected columsn to group by statements in the converter (Bug #11465) |
| 7674 |
View
| Annotate |
|
|
05/25/2007 11:34 AM |
kellanved |
undoing the fix for #11421 – correcting post counts was not well liked. #11665 |
| 7666 |
View
| Annotate |
|
|
05/23/2007 05:05 PM |
kellanved |
This probably broke things :| #10697 #11421 #11555 #11421 |
| 7608 |
View
| Annotate |
|
|
05/16/2007 04:45 PM |
acydburn |
label changes, language fixes… |
| 7603 |
View
| Annotate |
|
|
05/16/2007 01:24 PM |
kellanved |
Some changes due to #10980. |
| 7497 |
View
| Annotate |
|
|
05/07/2007 03:19 PM |
acydburn |
fixing some bugs changed the way we are handling bookmarks. No order_id required, really! Order by last post time as suggested by BartVB. |
| 7466 |
View
| Annotate |
|
|
05/05/2007 06:53 AM |
davidmj |
- changed the way we do forum accounting in phpBB, far less intensive and much faster. sync() recalculates the number of topics and posts using just the topics table instead of having to join topics and posts together. However, even this can be avoided if we know what operation is happening and an auto sync is not in action. Since MCP operations are “known”, we can provide very fast MCP operations. - changed the way we decide if a DB gets multi value support. Old method uses switch/case, new method assumes a DB can’t unless the DB says it can via a property
I hope nothing is broken :P |
| 7455 |
View
| Annotate |
|
|
05/03/2007 04:29 PM |
acydburn |
some language-specific adjustements fix prune users (adding the list of users to the confirmation page) tried to fix the show/hide trigger in ACP by not using width: auto; (which gets somehow inherited to each other element) |
| 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
|
| 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 |
| 7270 |
View
| Annotate |
|
|
04/03/2007 12:10 AM |
davidmj |
#9554 |
| 7204 |
View
| Annotate |
|
|
03/17/2007 01:18 PM |
naderman |
- check for username_clean collisions prior to conversion |
| 7118 |
View
| Annotate |
|
|
03/04/2007 03:31 PM |
acydburn |
- change conversion to process dotted topics after syncing (else some informations needed are wrong or do not exist at all). This also adds the ability to shift some operations to the very end after syncing. - remember entered register data when changing the default language. |
| 7070 |
View
| Annotate |
|
|
02/25/2007 06:17 PM |
acydburn |
ok, i am not sure if this change is doing what is intended (forcing at least one row to be processed) – please test. :) (i am currently not able to) |
| 7040 |
View
| Annotate |
|
|
02/23/2007 02:50 PM |
acydburn |
- fixed some convertor bugs - adjusted forum standard access (+polls) role to include f_delete (no update, only new installations will have the change included) |
| 7037 |
View
| Annotate |
|
|
02/22/2007 09:36 PM |
davidmj |
- found a small flaw, no more errors from cross conversions :D |
| 7017 |
View
| Annotate |
|
|
02/20/2007 04:01 AM |
davidmj |
#8214 |
| 7015 |
View
| Annotate |
|
|
02/19/2007 08:35 PM |
davidmj |
#8234 - some stupid bugs in restore - centralized the method of getting tables |
| 7014 |
View
| Annotate |
|
|
02/19/2007 05:40 PM |
davidmj |
PHP4 lives! |
| 7009 |
View
| Annotate |
|
|
02/19/2007 05:12 AM |
davidmj |
- clean up mssql and mssql_odbc, mssql now uses a different method of dealing with IDENTITY - clean up firebird, I will consider changing it to use fetch array instead of fetch object. it’s identity code already uses this method as of right… now :D - fix a tiny bug in MySQL’s driver (remember to pass the connect id to all DBAL functions) - add new_link as a new param for sql_connect. This allows you to make connections that are not dependant on each other. This is done for our friends mysql, mssql, postgresql and oracle. Now for everybody else.. (I said this was clever ;) MySQLi and SQLite should always spawn a new connection when you call it while mssql_odbc and firebird both will create new links if you give them different params (different creds) than the previous connection(s). Thus we can always promise new links :D - fixed a bug in the converter - cleaned up the dbal a little |
| 7004 |
View
| Annotate |
|
|
02/17/2007 07:28 PM |
davidmj |
#8082 |
| 7002 |
View
| Annotate |
|
|
02/17/2007 03:14 PM |
naderman |
- fixed a referencing problem with objects (PHP4/5 conflict) - user_group_auth can take data from both target and source database |
| 6996 |
View
| Annotate |
|
|
02/17/2007 02:14 AM |
naderman |
- only give DBAL options which were available in phpBB2 - default to phpBB3 DB config |
| 6995 |
View
| Annotate |
|
|
02/17/2007 12:06 AM |
naderman |
- allow converting from one database to another, no need for tables to be in one database anylonger (this also allows switching from one DBMS that was used with phpBB2 to another DBMS supported by phpBB3 including new systems available in Olympus only) - abstracted some installation code that is now relevant to converting as well into functions_install.php (mostly DBMS selection related) - fixed a weird smiley path problem, no idea why nobody else noticed this, maybe my fix was incorrect? - forgot to commit a file last time |
| 6985 |
View
| Annotate |
|
|
02/13/2007 09:49 PM |
davidmj |
found you! |
| 6980 |
View
| Annotate |
|
|
02/10/2007 07:41 AM |
davidmj |
- reimplemented autoincrement support in the convertor, made it more generic #7528 |
| 6975 |
View
| Annotate |
|
|
02/09/2007 03:24 PM |
acydburn |
some fixes to be committed. |
| 6971 |
View
| Annotate |
|
|
02/07/2007 05:02 AM |
davidmj |
#7698 - small UTF-8 thing |
| 6969 |
View
| Annotate |
|
|
02/05/2007 05:24 PM |
acydburn |
only some minor fixes |
| 6964 |
View
| Annotate |
|
|
02/03/2007 01:48 PM |
acydburn |
make sure the session table is empty after conversion and the current session being killed. This makes sure the user converting does not inherit wrong user settings becuase the 3.0.x users table being completely new. |
| 6955 |
View
| Annotate |
|
|
02/01/2007 08:49 PM |
davidmj |
#7672 |
| 6954 |
View
| Annotate |
|
|
02/01/2007 04:13 AM |
davidmj |
- should fix some Firebird issues ( can’t believe that nobody found this until now ) |
| 6939 |
View
| Annotate |
|
|
01/27/2007 05:41 PM |
acydburn |
some very tiny adjustements. |
| 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. |
| 6925 |
View
| Annotate |
|
|
01/24/2007 12:29 PM |
acydburn |
- added confirm box to ucp zebra (adding fried/foe) - permission fixes for conversions - use more appropiate error message within convertor if source tables could not be found - other tiny fixes |
| 6912 |
View
| Annotate |
|
|
01/20/2007 06:58 PM |
acydburn |
- fixing some bugs - removing utf8 characters from email files (has been discussed internally, you guys know why) - making sure some opendir calls are checked before calling readdir. |
| 6873 |
View
| Annotate |
|
|
01/10/2007 05:54 PM |
acydburn |
hmm, no, this was not meant to go in |
| 6872 |
View
| Annotate |
|
|
01/10/2007 05:47 PM |
acydburn |
fix some general bugs and some convertor related |
| 6865 |
View
| Annotate |
|
|
01/09/2007 03:10 PM |
acydburn |
- some bugfixes - bugfixes for the convertor (typecasting for example was totally broken) |
| 6860 |
View
| Annotate |
|
|
01/08/2007 05:47 PM |
acydburn |
- ok… first of all, let the forum names and descriptions being recoded correctly… - fixed the php notices for a non-existant poster id. They were related to user signature conversion - adjusted the topic_poster id; this should solve wrong user assignments for topic poster - adjusted private message author; normally here some users should have encountered wrong ids. - adjusted the batch sizes to support the usual 2.0.x target base – the old values were used for really huge conversions. :) - commented out meta refresh for the time being – we will add a setting for this, some may want to sit in front, some may want to go away while converting (most likely when they did a test run before) |
| 6859 |
View
| Annotate |
|
|
01/07/2007 09:34 PM |
davidmj |
#6868 |
| 6857 |
View
| Annotate |
|
|
01/07/2007 07:02 PM |
davidmj |
silly pants |
| 6856 |
View
| Annotate |
|
|
01/07/2007 06:45 PM |
davidmj |
#6836 |
| 6854 |
View
| Annotate |
|
|
01/07/2007 06:25 PM |
acydburn |
some fixes… |
| 6847 |
View
| Annotate |
|
|
01/06/2007 08:39 PM |
acydburn |
what is this? is it a plane? is it super-grobi? no, it is the convertor… |