- 24 Sep, 2013 2 commits
-
-
mattl authored
- 23 Sep, 2013 12 commits
-
-
mattl authored
Source: https://github.com/openid/php-openid
-
mattl authored
-
mattl authored
-
mattl authored
I had a problem with PHP5.5 that caused ajax responses to be empty. This fixes it, as the problem was related to pretty inconsistent calling to headers, XMLWriter::startDocument etc. etc.
-
mattl authored
-
mattl authored
mrvdb used '' rather than null for the padding argument. MMN-o changed that.
-
mattl authored
-
mattl authored
-
Marcel van der Boom authored
Call needs 2nd parameter to be array.
-
mattl authored
Includes some minor changes to other things as well, such as the session token input element now having the same 'name' attribute as everyone else. (it still retains a 'token-'+noticeid 'id' attribute for clientside JS)
-
- 21 Sep, 2013 3 commits
- 19 Sep, 2013 3 commits
- 18 Sep, 2013 1 commit
-
-
mattl authored
Will have to change the 'maxnoticelength' code to stop shortening ALL links if the setting for infinitely long notices is configured.
-
- 17 Sep, 2013 4 commits
- 16 Sep, 2013 3 commits
-
-
mattl authored
-
mattl authored
No longer bundled with the library (as jquery-ui is bundled with the main software, including the autocomplete part). Rewrites had to be made to migrate, as several API things had changed when jquery-ui took over the library. Currently (like before, right?) this only autocompletes in the end of the current textarea. So you can't jump back in the middle of a text and autocomplete a user or group. This is a serious deficiency, though not a regression.
-
mattl authored
Not only that one can often correlate email address md5 hash sums, but the "functionality" depends on a bunch of external calls.
-
- 14 Sep, 2013 9 commits
-
-
mattl authored
-
mattl authored
This is because it calls call_user_func_array with that exact $args argument.
-
Brian Tegtmeier authored
Modified and additionally commented by MMN-o
-
mattl authored
-
mattl authored
-
mattl authored
cookieValue was matched against null, not undefined.
-
mattl authored
Also added to minification Makefile in js/ as it was not delivered from upstream as .min.js
-
mattl authored
This won't run properly if other scripts stop javascript execution before it's time to crop (such as in the Bookmark plugin, which when writing this hasn't been migrated to Jquery 2.x - so it stops on a '.die' call). Some images were cleaned up from the theme/base/images/illustrations too.
-
mattl authored
Source: https://github.com/instanceofme/jquery-infieldlabels/
-
- 12 Sep, 2013 3 commits
-
-
mattl authored
-
mattl authored
-
mattl authored
It seems we don't need all the development files. Though it feels a bit evil not to keep them. Then again we didn't have the whole dev-tree there. Really we should maybe use git submodules for this? I also made sure that if we don't have minify enabled, a non-minified version of jquery-ui is loaded, as minification is the most evil of all. Bad as hell to debug, and anyone visiting the site should be allowed to view all scripts that are run in an overseeable manner.
-