index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
/
includes
/
functions_compress.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/14948] Use continue 2 instead of continue to continue while loop
Marc Alexander
2019-05-09
1
-2
/
+2
*
[ticket/15849] Stop using php4 constructors
Ruben Calvo
2018-10-21
1
-2
/
+2
*
[ticket/14972] replace all occurrences of sizeof() with the count()
rxu
2018-01-01
1
-3
/
+3
*
[ticket/13454] Remove unused variables
Marc Alexander
2016-01-06
1
-1
/
+0
*
[ticket/13697] Moving filesystem related functions to filesystem service
MateBartus
2015-04-16
1
-6
/
+63
*
[ticket/13045] Remove Pragma headers
Jakub Senko
2014-09-17
1
-2
/
+2
*
[ticket/12594] Replace phpBB Group with phpBB Limited
Yuriy Rusko
2014-05-28
1
-1
/
+1
*
[ticket/12594] Remove @package tags and update file headers
Yuriy Rusko
2014-05-27
1
-8
/
+7
*
[ticket/11981] Fix code sniffer complaints
Marc Alexander
2013-10-28
1
-6
/
+6
*
[ticket/11159] Static public is the currently approved order.
Oleg Pudeyev
2012-11-06
1
-1
/
+1
*
[ticket/11092] phpbb_gen_download_links strict standards errors
Nathan Guse
2012-09-07
1
-1
/
+3
*
[ticket/11044] Added comment explaining filename splitting
Fyorl
2012-08-06
1
-1
/
+4
*
[ticket/11044] Preserve the file extension in unique filenames
Fyorl
2012-08-05
1
-1
/
+9
*
[ticket/11044] Minor adjustments as per PR comments
Fyorl
2012-08-05
1
-6
/
+7
*
[ticket/11044] Compress class now deals with file conflicts
Fyorl
2012-08-04
1
-0
/
+25
*
[ticket/9916] Updating header license and removing Version $Id$
Unknown
2011-12-31
1
-2
/
+1
*
[ticket/9556] Drop php closing tags, add trailing newline
Igor Wiedler
2010-11-11
1
-2
/
+0
*
[ticket/7296] Exporting styles to tar creates corrupted archives.
Joas Schilling
2010-08-22
1
-0
/
+6
*
[bug/12531] proposed solution for bug #12531
Igor Wiedler
2010-03-06
1
-2
/
+2
*
- Bug #56255 - Moving topics to a forum where you are on queue
Josh Woody
2010-01-18
1
-0
/
+10
*
Fix bugs #46615 & #46945 - Fail gracefully if store folder is not writable du...
Andreas Fischer
2009-07-17
1
-1
/
+6
*
change the way we do chmodd'ing. I know, my implementation really sucked... g...
Meik Sievertsen
2008-08-22
1
-5
/
+5
*
the chmod change i already had within the changelog (by mistake). This should...
Meik Sievertsen
2008-08-16
1
-5
/
+5
*
check if folder is not empty (may happen for absolute paths). Thanks paul
Meik Sievertsen
2008-06-09
1
-5
/
+29
*
#14429
David M
2008-04-20
1
-7
/
+27
*
dumdidum... sorry. ;)
Meik Sievertsen
2007-10-05
1
-7
/
+15
*
#13327
David M
2007-07-13
1
-11
/
+17
*
safer name for the updater downloads (even if removed after download) - repor...
Meik Sievertsen
2007-03-06
1
-6
/
+16
*
#5654
David M
2006-11-28
1
-1
/
+1
*
- compress is nicer (fixed a bug :P)
David M
2006-11-03
1
-27
/
+27
*
bug fixes
David M
2006-09-16
1
-2
/
+1
*
- removed db cache (might re-appear, but for now we do not see the need for it)
Meik Sievertsen
2006-06-16
1
-5
/
+5
*
make sure custom profile fields are created correctly on registration (#2225)
Meik Sievertsen
2006-06-13
1
-5
/
+5
*
ok, this one is rather large... the most important change:
Meik Sievertsen
2006-06-06
1
-35
/
+89
*
- allow searches for multibyte characters in fulltext_native
Nils Adermann
2006-04-27
1
-1
/
+1
*
- Some archivers are worthless in this world
David M
2006-04-15
1
-0
/
+20
*
To all people having their bug status set to fixed: SF pserver CVS access is ...
Meik Sievertsen
2006-04-06
1
-1
/
+1
*
- Cleaned up some compress stuff
David M
2006-03-18
1
-6
/
+7
*
- We only write to the archive ONCE for every file and folder when working wi...
David M
2006-02-24
1
-27
/
+26
*
- fseek -> rewind
David M
2006-02-24
1
-23
/
+18
*
Appending to the string is faster than copying it. Additionally, str_repeat i...
David M
2006-02-23
1
-1
/
+1
*
- Tar extraction and compression has changed to be more efficent by making fe...
David M
2006-02-04
1
-18
/
+5
*
- We don't use the extra info because we can extrapolate the only thing of us...
David M
2006-01-30
1
-6
/
+3
*
- More loose definition regarding what gets to be a folder and what does not ...
David M
2006-01-27
1
-103
/
+73
*
- Tar extraction is MUCH faster, we parse the archive ONCE and create the dir...
David M
2006-01-27
1
-76
/
+35
*
Fixes in both CAPTCHA and Compress
David M
2006-01-26
1
-8
/
+13
*
- file_get_contents instead of imploding file()s or fread()ing till the maxim...
David M
2006-01-04
1
-16
/
+7
*
- install style and style elements
Meik Sievertsen
2006-01-02
1
-2
/
+12
*
- I forgot that we can add and remove prefixes :D
David M
2005-12-27
1
-4
/
+4
*
- Forgot to repair a function ;-)
David M
2005-12-27
1
-2
/
+2
[next]