Graham Eames
738bf09f92
Third time around, it turns out that the code where I made that mistake initially is completely unneeded since you won't get to this point if the user is anonymous (or a bot) anyway
...
git-svn-id: file:///svn/phpbb/trunk@5355 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-18 19:58:58 +00:00
David M
46a8ebfe47
This code works. All of it works. At least, it should.
...
Extraction of TAR files:
- It now works!
- If it could work before (which it couldn't) , it would create nasty issues with spaces. This is resolved
- If it could work before (which it couldn't) , it would try to create folders in such a way where some (all) folders could not be created. This is resolved.
Creation of TAR files:
- It now works!
- Before, it created malformed TAR files. This is resolved.
Now, the really really cool code...
Extraction of ZIP files:
- Totally new code
- Fault tolerant
- Very efficient
Need sleep... *mumbles the TAR file header*
git-svn-id: file:///svn/phpbb/trunk@5351 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-18 04:35:51 +00:00
Graham Eames
731f67872b
Fix an issue with hidden users showing up on the online list if their
...
global setting was yes but they had hidden for this session
git-svn-id: file:///svn/phpbb/trunk@5350 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-17 22:38:18 +00:00
David M
cd1a39111b
- Better handling of invalid email functions
...
git-svn-id: file:///svn/phpbb/trunk@5349 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-17 22:16:37 +00:00
Nils Adermann
f80bf5bf1e
I was told I also had to commit something today ;-)
...
Hexadecimal should be in double quotes.
git-svn-id: file:///svn/phpbb/trunk@5348 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-17 22:09:33 +00:00
Graham Eames
1595f7a8d3
Adding the ability to change send_encoding needs a slight tweak to the
...
code which tests it since it will now always be set
git-svn-id: file:///svn/phpbb/trunk@5347 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-17 21:34:33 +00:00
David M
ab99455e7c
- send_encoding is now configurable
...
git-svn-id: file:///svn/phpbb/trunk@5346 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-17 21:16:21 +00:00
Graham Eames
e7565d31d0
Expose the warning level and user notes in appropriate places (assuming
...
the user has the correct permissions)
git-svn-id: file:///svn/phpbb/trunk@5345 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-17 20:41:23 +00:00
Meik Sievertsen
ab49ea4cae
:D
...
git-svn-id: file:///svn/phpbb/trunk@5342 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-17 09:51:51 +00:00
Nils Adermann
7342652804
- Apache auth plugin is working again
...
- LDAP auth plugin now supports OpenLDAP
- fixed Authentication settings in ACP
- preparatory ACP changes for the search
git-svn-id: file:///svn/phpbb/trunk@5340 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-16 19:05:51 +00:00
Meik Sievertsen
67dfce31a9
- fix autologin issues :)
...
git-svn-id: file:///svn/phpbb/trunk@5339 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-15 18:25:01 +00:00
Meik Sievertsen
d160126086
- show complete sql error message + path to administrators only (idea from post to bugtraq about SMF)
...
git-svn-id: file:///svn/phpbb/trunk@5338 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-15 13:52:27 +00:00
Meik Sievertsen
7657767590
- and add missing settings for autologin
...
git-svn-id: file:///svn/phpbb/trunk@5337 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-15 13:07:56 +00:00
Meik Sievertsen
92509ad655
- wrong variable used for obtaining current configuration
...
git-svn-id: file:///svn/phpbb/trunk@5336 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-15 12:59:20 +00:00
David M
ceb10e1b2f
- Now creates vaild ZIP archives, "Data Descriptor" is not needed and breaks things.
...
git-svn-id: file:///svn/phpbb/trunk@5335 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-15 12:42:23 +00:00
Graham Eames
a7dcdb0760
Adding the ability to get a list of all users with outstanding warnings
...
git-svn-id: file:///svn/phpbb/trunk@5333 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-14 20:54:54 +00:00
Graham Eames
9acd80748c
Add sorting to user notes template
...
git-svn-id: file:///svn/phpbb/trunk@5332 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-13 21:50:57 +00:00
Graham Eames
9298082dde
Some fixes to the template code
...
- this handles the case where file caching is used and no cached
version exists
git-svn-id: file:///svn/phpbb/trunk@5331 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-13 20:58:28 +00:00
Meik Sievertsen
e4defede57
- forum administration (now working and modified for easier handling the different forum types [UI])
...
- Changed += for arrays into array_merge. We do not want to append, we want to merge. ;)
git-svn-id: file:///svn/phpbb/trunk@5330 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-12 23:17:30 +00:00
Graham Eames
c12fd5d434
Clean up and abstract the code for listing warned users
...
git-svn-id: file:///svn/phpbb/trunk@5329 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-12 21:58:14 +00:00
Meik Sievertsen
b41525229b
- custom profile fields
...
- prune users
- prune forums
git-svn-id: file:///svn/phpbb/trunk@5325 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-10 23:20:21 +00:00
Graham Eames
85fdeda51c
Initial commit of files related to the warning system
...
As the comments suggest, it's not finished but I'm getting it in before
I do things to my machine
git-svn-id: file:///svn/phpbb/trunk@5324 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-10 23:08:02 +00:00
Meik Sievertsen
877d71528d
- banning, disallow usernames and ranks
...
git-svn-id: file:///svn/phpbb/trunk@5323 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-09 18:09:43 +00:00
Graham Eames
28661d6106
A couple of minor changes
...
git-svn-id: file:///svn/phpbb/trunk@5322 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-08 20:53:49 +00:00
Meik Sievertsen
5c64235b6f
- mass email
...
git-svn-id: file:///svn/phpbb/trunk@5321 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-05 18:52:23 +00:00
Meik Sievertsen
5953bd635b
;)
...
git-svn-id: file:///svn/phpbb/trunk@5320 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-04 21:16:12 +00:00
Meik Sievertsen
2fd418fc21
- some bugfixes
...
- checking if page_header has been called already
- call correct page footer function
- rewrote avatar gallery
- seperated compilation of template and template functions (new file: functions_template.php)
- added assign_display function to template
- added group management (acp)
- removed admin_groups
git-svn-id: file:///svn/phpbb/trunk@5319 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-04 20:25:51 +00:00
Graham Eames
d6785155ad
Some slight cleanup of the mcp notes code - adding pagination support
...
and missing language entries
git-svn-id: file:///svn/phpbb/trunk@5317 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-30 18:55:15 +00:00
Meik Sievertsen
1bf18e23ed
- added acp_language (language pack management)
...
- minor adjustments to cope with PHP5.x
git-svn-id: file:///svn/phpbb/trunk@5315 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-30 17:48:06 +00:00
Graham Eames
ba6f40ce25
Initial commit of user note support for the mcp
...
git-svn-id: file:///svn/phpbb/trunk@5314 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-28 21:01:40 +00:00
Meik Sievertsen
6d101df7dc
- some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in strict mode now) - postgresql not supporting this standard. :/
...
- acp changes
git-svn-id: file:///svn/phpbb/trunk@5313 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-28 18:38:49 +00:00
Bart van Bragt
0dc59b9e0d
Small bugfix for checking disallowed names
...
git-svn-id: file:///svn/phpbb/trunk@5312 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-28 10:19:57 +00:00
Meik Sievertsen
ee4d02132f
change total from -1 to max value
...
git-svn-id: file:///svn/phpbb/trunk@5311 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-21 09:24:58 +00:00
Meik Sievertsen
0202eb8a66
- more acp additions and changes...
...
git-svn-id: file:///svn/phpbb/trunk@5310 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-20 18:58:34 +00:00
Meik Sievertsen
318e561cb2
- use acl_m_ instead of acl_m
...
- some reference fixes
git-svn-id: file:///svn/phpbb/trunk@5307 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-19 16:16:52 +00:00
Graham Eames
68e80ad2df
Module information, exactly what it says on the tin
...
git-svn-id: file:///svn/phpbb/trunk@5306 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-18 22:16:59 +00:00
Graham Eames
d6b2182c7e
In keeping with tradition I remove yet more code....
...
(abstraction of functionality used by the mcp to allow it to be used
elsewhere)
git-svn-id: file:///svn/phpbb/trunk@5305 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-17 21:54:11 +00:00
Meik Sievertsen
5e606fc6b5
*** empty log message ***
...
git-svn-id: file:///svn/phpbb/trunk@5304 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-17 18:19:12 +00:00
Meik Sievertsen
5c6f71cdb9
HOLLA! Whats this shit...
...
These gets commited now because i want to be sure no one is changing an admin file corresponding the ones listed within includes/acp
git-svn-id: file:///svn/phpbb/trunk@5303 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-17 18:06:11 +00:00
Meik Sievertsen
e21245f2ee
- some ucp changes (added the module info too)
...
git-svn-id: file:///svn/phpbb/trunk@5302 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-17 17:32:25 +00:00
Graham Eames
ed8edf3b8f
The MCP strikes back.... :-)
...
git-svn-id: file:///svn/phpbb/trunk@5300 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-12 19:03:31 +00:00
Graham Eames
ace13c86a5
A couple of initial changes for the new module system with the mcp
...
(further changes are needed elsewhere for these to actually be
useful....)
git-svn-id: file:///svn/phpbb/trunk@5298 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-09 20:36:04 +00:00
Meik Sievertsen
81ab6d83b8
re-remove (:D) open queries array due to the result being an object.
...
git-svn-id: file:///svn/phpbb/trunk@5297 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-08 19:41:12 +00:00
Meik Sievertsen
a484161be2
- tiny bugfixes. ;)
...
git-svn-id: file:///svn/phpbb/trunk@5296 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-08 19:29:20 +00:00
Meik Sievertsen
8a965db7aa
- add module_display to modules table (for modes executed but not displayed)
...
- correctly assign $id variable for modules (name for modules and id for categories)
git-svn-id: file:///svn/phpbb/trunk@5295 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-08 19:24:19 +00:00
Bart van Bragt
183e968ce7
Oops, left some debugging stuff
...
git-svn-id: file:///svn/phpbb/trunk@5294 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-07 10:24:11 +00:00
Bart van Bragt
87a11d3ecd
Fixed banning of usernames
...
git-svn-id: file:///svn/phpbb/trunk@5293 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-07 10:10:32 +00:00
Graham Eames
0d8c6b3332
Ooopsie
...
git-svn-id: file:///svn/phpbb/trunk@5291 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-06 19:35:25 +00:00
Graham Eames
24efdfcd88
I'm merging a few changes that we made to the session code in 2.0 into
...
this code stream as well. This should work, but equally it might break
the autologin :-)
git-svn-id: file:///svn/phpbb/trunk@5288 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-03 20:53:47 +00:00
Bart van Bragt
759e33f759
Fix paging in folderview for PMs. Would be nice if I would do all this in one checkin :)
...
git-svn-id: file:///svn/phpbb/trunk@5282 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-10-26 20:22:40 +00:00