| 12e233d3 | 27-Oct-2011 |
Pierre Corell <info@joomla-praxis.de> |
German language updates |
| 3bc1b86f | 23-Oct-2011 |
Martin Michalek <michalek.dev@gmail.com> |
Slovak language update |
| 71861ac4 | 23-Oct-2011 |
Jon Magne Bøe <jonmagne@gmail.com> |
Norwegian language update |
| 5446f3ff | 22-Oct-2011 |
Dominik Eckelmann <deckelmann@gmail.com> |
use correct phpdoc @return tag. |
| 434f5921 | 17-Oct-2011 |
Hakan Sandell <sandell.hakan@gmail.com> |
HTML compliant fix for missing ul wrapper in TOC (FS#2328) |
| e10e770c | 16-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
Upgraded SimplePie library to 1.2.1
From the release notes: This release fixes a few bugs, including a major URL parsing bug, where URLs with query strings were parsed incorrectly. |
| 8071beaa | 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
bind security token to username
This makes the security token more robust agains session fixation attacks. A CSRF warning will no longer abort a page save but lead to the preview mode to avoid infor
bind security token to username
This makes the security token more robust agains session fixation attacks. A CSRF warning will no longer abort a page save but lead to the preview mode to avoid information loss when a user logs in during editing (eg in another tab).
show more ...
|
| f20ead66 | 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
readded delete in popup and link to full mediamanager FS#2347 |
| 335d098a | 15-Oct-2011 |
Johan Guilbaud <guilbaud.johan@gmail.com> |
French language update |
| cb5d4146 | 15-Oct-2011 |
Aivars Miska <allefm@gmail.com> |
Latvian language update |
| 85fef7e2 | 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
allow page unlocking based on session IDs FS#2262 |
| c7e90e3f | 15-Oct-2011 |
Anika Henke <anika@selfthinker.org> |
show accesskey also on actionlink title and add accesskey parameter only if a key is defined (FS#2226) |
| 32261ab5 | 15-Oct-2011 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2291 replace space with non-breaking space in utf8 special chars |
| 87671313 | 15-Oct-2011 |
Hakan Sandell <sandell.hakan@gmail.com> |
Fixed missing ul wrapper in TOC (FS#2328) |
| d8f7a7f3 | 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
replace unset with array_pop
unset does not reset the Array's internal pointer which messes up later calls. array_pop is still much faster than array_splice |
| a2842754 | 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
fix off-by-one error |
| 6f0b0dd1 | 15-Oct-2011 |
Anika Henke <anika@selfthinker.org> |
removed remnants of old flash uploader (FS#2335) |
| faba9a35 | 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
added the missing bit to my last commit |
| a86cc527 | 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
Fix performance issue in close_paragraph
Looks like a for loop is faster than array_splice |
| 46213daa | 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
cleanup of handler.php
The file contained a few DOS lineendings and trailing spaces |
| 407e65b9 | 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
Treat a whitespace-only page as empty and delete it FS#2283 |
| 639f8f43 | 14-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
Check if given file is really a file in JpegMeta FS#2322 |
| e0dd04a6 | 14-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
Added bcrypt support for password hashes
This method require PHP 5.3+ it will fail otherwise! |
| 7ae6f87a | 14-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
Fixed test and broken salt generation in PassHash class
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 ti
Fixed test and broken salt generation in PassHash class
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.
show more ...
|
| 931a41b3 | 14-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
don't run SimplePie_File constructor FS#2348 |