- Oct 15, 2011
-
-
Anika Henke authored
-
- Oct 14, 2011
-
-
Andreas Gohr authored
Turned out a test wasn't really testing what it should have been testing and thus did hide a bug. Still puzzles me why it still worked some times. This patch also sets the default iteration count for bmd5 and pmd5 to 8.
-
Andreas Gohr authored
no problems found
-
- Sep 25, 2011
-
-
Andreas Gohr authored
This patch applies the correct pagename cleaning to namespaces as well. Namespaces should follow the same rules as pagenames but due to a bug it was possible to have namespaces ending in a underscore. If you used such a namespace it will be inaccessible after applying this patch. You should rename the namespace directory on the filesystem (removing the trailing underscore). You old links will then work automatically again. Rebuilding the search index is recommended.
-
- Sep 13, 2011
-
-
Adrian Lang authored
-
- Sep 04, 2011
-
-
Adrian Lang authored
-
- Jun 05, 2011
-
-
Andreas Gohr authored
This fixes a problem with running the minified jQuery through the compressor.
-
- May 25, 2011
-
-
Adrian Lang authored
-
- Apr 21, 2011
-
-
Adrian Lang authored
-
- Apr 14, 2011
-
-
Adrian Lang authored
-
- Apr 09, 2011
-
-
Adrian Lang authored
-
- Apr 07, 2011
-
-
Izidor Matušov authored
-
Izidor Matušov authored
-
Izidor Matušov authored
-
- Apr 01, 2011
-
-
Christopher Smith authored
Note, any filenames encoded with the previous SafeFN scheme will need to be converted to the new scheme. Users of the old SafeFN scheme should not use this new scheme until after converting their filenames.
-
- Feb 09, 2011
-
-
Michael Hamann authored
All linebreaks before p_close have been removed.
-
- Feb 06, 2011
-
-
Adrian Lang authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Michael Hamann authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jan 23, 2011
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jan 22, 2011
-
-
Andreas Gohr authored
this splits the long auth_cryptPassword() function into many member functions of a new class PassHash which should make it more maintainable and reusable for other projects. This also adds two new methods djangomd5 and djangosha1 as used by the popular python framework Django. Maybe the auth_cryptPassword() and auth_verifyPassword() functions should be deprecated in favor of using the class directly?
-
- Jan 16, 2011
-
-
Michael Hamann authored
-
- Jan 15, 2011
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jan 09, 2011
-
-
Michael Hamann authored
-
- Jan 03, 2011
-
-
Anika Henke authored
-
- Dec 21, 2010
-
-
Adrian Lang authored
-
- Dec 08, 2010
-
-
Andreas Gohr authored
This function abstracts checking a given user and her groups against a given member list (as used in the superuser and manager options). It is also used in auth_isManager() and auth_isAdmin(), unlike the previous function, this one skips the nameencode step as it should be unnessary here (all input is given decoded). The test cases where extended by some non-ID user and group names. People with non-plain auth backends should check that their administrator and manager setups still work as expected
-
- Nov 29, 2010
-
-
Michael Hamann authored
As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
-
- Oct 26, 2010
-
-
Adrian Lang authored
SafeFN encoding now always end the encoding block by appending a dot at the end of the file name. This is necessary since the file name may get an extension which is not encoded.
-
- Oct 11, 2010
-
-
Adrian Lang authored
-
- Oct 03, 2010
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Sep 23, 2010
-
-
Guy Brand authored
-
- Sep 20, 2010
-
-
Adrian Lang authored
Neither I nor Andi has any idea what this file is for and why it explicitly //grants// permission and why its documentation is wrong.
-
- Aug 31, 2010
-
-
Adrian Lang authored
-