Marc Alexander
1b85010f43
Merge remote-tracking branch 'origin' into develop-2.1.x
...
Conflicts:
root/portal/includes/functions_upload.php
2013-01-09 17:02:41 +01:00
Marc Alexander
f948811044
[cleanup/tabs] Remove unnecessary tabbing in portal files
2013-01-04 16:51:43 +01:00
Marc Alexander
6422c7925b
Use flag SKIP_DOTS for RecursiveDirectoryIterator
...
We should use the flag FilesystemIterator::SKIP_DOTS for the
RecursiveDirectoryIterator in functions_upload.php. This is supported
starting with PHP 5.3. As PHP 5.3.2 is a requirement for phpBB 3.1
this will not break anything.
Fixed #100
2012-10-26 13:04:12 +02:00
Marc Alexander
326d9013b2
Add missing language variable "NO_FILE_B3P"
2012-10-13 21:50:30 +02:00
Marc Alexander
e5206ff46d
Fix PHP notice when unable to rename
...
Also change chmod() to phpbb_chmod()
2012-06-06 15:00:19 +02:00
Marc Alexander
4917e8ca3c
Make sure we don't try to copy folders
2012-02-26 13:19:14 +01:00
Marc Alexander
e52d009593
Updated files for first Beta release
...
Fixed a few small bugs
2011-05-13 00:01:23 +02:00
Marc Alexander
8946ead961
Removed useless unlink()
...
Added missing delete for old data when converting & missing vars
Added missing language variables to English language files
2011-05-10 22:15:47 +02:00
Marc Alexander
8c0f6c1bfc
A few small fixes to upload funtion
...
Added link arrows to subsilver2 (by Archivar)
2011-05-05 18:16:46 +02:00
Marc Alexander
5efe1d6b7c
Replace chmod with phpbb_chmod in uploader where needed
...
Fixed missing update of subsilver2 stylechanger_side.html
2011-04-25 00:48:13 +02:00
Marc Alexander
7b8d5f0cb6
Added adm folder to allowed upload folders
2011-04-24 21:49:07 +02:00
Marc Alexander
a0395966c8
Continued reworking the upload module
...
this time I actually uploaded the correct files
2011-04-17 01:43:08 +02:00
Marc Alexander
0efc2493f1
Replace upload files with the actual files
2011-04-10 00:43:42 +02:00
Marc Alexander
7f16a3f2ac
Rewrote basic uploader for module zips
2011-04-09 22:31:11 +02:00