1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-12 18:45:20 +02:00

61 Commits

Author SHA1 Message Date
Meik Sievertsen
9439a3f49a blabla
git-svn-id: file:///svn/phpbb/trunk@5250 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-10-03 15:44:41 +00:00
Meik Sievertsen
4740e7dece - changed dbal class layout
git-svn-id: file:///svn/phpbb/trunk@5193 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-08-17 15:57:50 +00:00
Meik Sievertsen
81c7144f68 - updated oracle schema/db files
- updated sqlite schema/db files


git-svn-id: file:///svn/phpbb/trunk@5141 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-05-05 17:01:07 +00:00
Meik Sievertsen
d1f3349f7b - dbal changes
git-svn-id: file:///svn/phpbb/trunk@5130 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-04-22 17:44:36 +00:00
Meik Sievertsen
f134530566 - re-added emotion column. ;)
- postgresql schema fix


git-svn-id: file:///svn/phpbb/trunk@5125 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-04-20 18:04:43 +00:00
Meik Sievertsen
fc32df0358 - 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)


git-svn-id: file:///svn/phpbb/trunk@5114 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-04-09 12:26:45 +00:00
Meik Sievertsen
a4e51c9699 - first try to break things...
git-svn-id: file:///svn/phpbb/trunk@5108 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-03-21 22:43:07 +00:00
Meik Sievertsen
e5ae182a38 - interbase/firebird 1.5+ support (still needs some tweaking)
git-svn-id: file:///svn/phpbb/trunk@5051 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-01-09 20:01:20 +00:00
Meik Sievertsen
d6fa1319e5 - mssql related changes
- only added NOT NULL text columns to schema_data, no updates here. ;)


git-svn-id: file:///svn/phpbb/trunk@5045 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-01-04 22:07:53 +00:00
Meik Sievertsen
16d41b20d8 - mysql 4.1.x support (mysqli extension)
git-svn-id: file:///svn/phpbb/trunk@5042 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-01-02 19:50:07 +00:00
Bart van Bragt
ea0b1ec23c Damn EOL, damn vim :S
git-svn-id: file:///svn/phpbb/trunk@5018 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-11-01 12:43:41 +00:00
Bart van Bragt
fef9854c59 Fixed small problem with finding Imagemagick
git-svn-id: file:///svn/phpbb/trunk@5017 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-11-01 12:26:29 +00:00
Meik Sievertsen
2fa463cdeb - 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*)


git-svn-id: file:///svn/phpbb/trunk@4984 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-09-16 18:33:22 +00:00
Meik Sievertsen
eba921b511 - updated installer (only small fixes)
git-svn-id: file:///svn/phpbb/trunk@4955 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-08-04 18:14:29 +00:00
Meik Sievertsen
05f1315ebb - 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


git-svn-id: file:///svn/phpbb/trunk@4920 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-07-08 22:41:04 +00:00
Bart van Bragt
6aa372226e Small fix for install
git-svn-id: file:///svn/phpbb/trunk@4914 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-06-13 13:37:27 +00:00
Bart van Bragt
a958ed7b7b Some minor glitches in the install process
git-svn-id: file:///svn/phpbb/trunk@4884 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-05-11 12:12:11 +00:00
Meik Sievertsen
1e7d00528a i have nothing to say... just ignore this line.
git-svn-id: file:///svn/phpbb/trunk@4856 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-03-04 17:54:11 +00:00
Paul S. Owen
7558d522b1 bots
git-svn-id: file:///svn/phpbb/trunk@4848 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-02-29 23:27:13 +00:00
Paul S. Owen
58ebfa1407 fudge-o-rama mkII
git-svn-id: file:///svn/phpbb/trunk@4609 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-10-15 23:47:30 +00:00
Paul S. Owen
e7ca1a5286 fudge-o-rama
git-svn-id: file:///svn/phpbb/trunk@4608 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-10-15 23:19:25 +00:00
Paul S. Owen
dff8c2e0e1 Extension var update
git-svn-id: file:///svn/phpbb/trunk@4495 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-09-13 14:50:45 +00:00
Paul S. Owen
795d702397 acm_type var name update
git-svn-id: file:///svn/phpbb/trunk@4434 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-25 16:53:26 +00:00
Ludovic Arnaud
57c17e44ec Taken out the $db var from acm classes for consistency with other classes
git-svn-id: file:///svn/phpbb/trunk@4379 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-11 21:45:50 +00:00
Paul S. Owen
9e455b613a store directory check
git-svn-id: file:///svn/phpbb/trunk@4286 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-20 13:59:07 +00:00
Paul S. Owen
bf70fee152 Remove subfolder storage of templates ... a safe-mode thang, you can delete any existing cache/templates folder
git-svn-id: file:///svn/phpbb/trunk@4273 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-17 15:16:25 +00:00
Paul S. Owen
dd8e9527cc input submit/reset style class name change
git-svn-id: file:///svn/phpbb/trunk@4260 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-14 21:59:41 +00:00
Paul S. Owen
b02a8a2a17 SQLite support ... Probably helps if the installer supports it I guess ... I'm having one of those lifes, please excuse me.
git-svn-id: file:///svn/phpbb/trunk@4188 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-01 01:54:27 +00:00
Paul S. Owen
eba779cb35 There is no default_language ...
git-svn-id: file:///svn/phpbb/trunk@4185 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-29 11:35:55 +00:00
Meik Sievertsen
4d6a767305 a few fixes
git-svn-id: file:///svn/phpbb/trunk@4184 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-29 10:59:36 +00:00
Paul S. Owen
90e479df3d Add check for files/ , write img_magick details to config table, missed couple of lang strings
git-svn-id: file:///svn/phpbb/trunk@4165 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-21 15:24:03 +00:00
Paul S. Owen
5287a27653 Add xml and mhash to optional module list
git-svn-id: file:///svn/phpbb/trunk@4143 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-19 13:29:52 +00:00
Paul S. Owen
692bce3778 Updated Firebird schema ... "compatible" with mysql version ... NOTE the change in ucp schema, module_name becomes module_title to prevent conflict. Various script SQL issues preventing full compatibility with Firebird at present
git-svn-id: file:///svn/phpbb/trunk@4137 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-15 23:14:04 +00:00
Paul S. Owen
b87efc8994 Few more changes ... now look for (possible) existence of existing tables with same prefix, warn if appropriate, output fatal error on other SQL failures
git-svn-id: file:///svn/phpbb/trunk@4136 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-15 18:10:59 +00:00
Paul S. Owen
318f0ca5b8 Couple extra strings, bold text
git-svn-id: file:///svn/phpbb/trunk@4131 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-14 15:35:24 +00:00
Paul S. Owen
20ea81c535 Moved lang strings
git-svn-id: file:///svn/phpbb/trunk@4129 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-14 14:36:27 +00:00
Paul S. Owen
66bc2cea57 Some tidying up, transfer of a few lang strings, removed mbstring module check for now
git-svn-id: file:///svn/phpbb/trunk@4125 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-14 01:47:09 +00:00
Paul S. Owen
8bdac6683e You won't believe how close this computer came to having a free flying lesson ...
git-svn-id: file:///svn/phpbb/trunk@4122 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-13 20:00:57 +00:00
Paul S. Owen
01ec4113a2 Initial "new installer" ... everyone say 'oooooooohhhhh' ... and you'll look extremely silly
git-svn-id: file:///svn/phpbb/trunk@4121 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-13 19:34:09 +00:00
Meik Sievertsen
fc82dab423 deleting the constructor means refining the init call. ;)
git-svn-id: file:///svn/phpbb/trunk@4120 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-13 16:45:07 +00:00
Meik Sievertsen
4d1def879a a few updates, added #539865 and #694413.
git-svn-id: file:///svn/phpbb/trunk@4005 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-11 16:21:35 +00:00
Meik Sievertsen
88fbdb6e1e capitalized install script lang vars.
git-svn-id: file:///svn/phpbb/trunk@3745 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-29 17:50:12 +00:00
Ludovic Arnaud
213beefc17 Not quite a typo
git-svn-id: file:///svn/phpbb/trunk@3740 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-28 01:28:23 +00:00
Paul S. Owen
ab3209af48 oops, missed a bit
git-svn-id: file:///svn/phpbb/trunk@3694 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-20 02:33:29 +00:00
Paul S. Owen
276ea6ced4 Remove debugging stuff
git-svn-id: file:///svn/phpbb/trunk@3692 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-20 02:26:04 +00:00
Paul S. Owen
85c22541c1 Fudge for firebird schema
git-svn-id: file:///svn/phpbb/trunk@3680 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-19 20:42:34 +00:00
Paul S. Owen
f81602d72b It's alive! It's alive! ...
git-svn-id: file:///svn/phpbb/trunk@3659 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-17 17:34:20 +00:00
Paul S. Owen
461ae0f7e0 Redirect path changes
git-svn-id: file:///svn/phpbb/trunk@3647 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-13 12:18:52 +00:00
Ludovic Arnaud
6251ea7130 Change related to the latest form of topics table
git-svn-id: file:///svn/phpbb/trunk@3602 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-06 01:33:20 +00:00
Meik Sievertsen
a2889a6c5f ok, a slightly modified posting.php, some fixes too. topic-review and polls will re-appear shortly. Posting is a little bit screwed up now... will get fixed soon too. posting new topics/reply/quote/preview and edit works partially (the post get stored. ;)) This commit is to show the other developers the changes. ;)
git-svn-id: file:///svn/phpbb/trunk@3572 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-02-27 23:37:02 +00:00