- Jun 13, 2011
-
-
Andreas Gohr authored
These now simply wrap around jQuery
-
Andreas Gohr authored
JavaScript functions adding behaviours based on IDs or class names where moved to their own object into behaviour.js and where jQueryized.
-
- Jun 09, 2011
-
-
Guy Brand authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jun 07, 2011
-
-
Michael Hamann authored
-
- Jun 06, 2011
-
-
Adrian Lang authored
-
Michael Hamann authored
Bug fix in email subject encoding
-
Kazutaka Miyasaka authored
-
- Jun 05, 2011
-
-
Andreas Gohr authored
This fixes a problem with running the minified jQuery through the compressor.
-
Andreas Gohr authored
-
Andreas Gohr authored
This patch adds a simple shell script to easily update the jQuery/jQuery-UI+theme bundle to the latest available version. The jQuery-UI CSS theme is now loaded in lib/exe/css.php (before plugin and template styles - 3rd party authors can override the styles).
-
Andreas Gohr authored
This avoids problems when the files are concatenated later.
-
Andreas Gohr authored
-
Rivo Zängov authored
-
- Jun 04, 2011
-
-
Anika Henke authored
Fix display in popularity plugin
-
- Jun 03, 2011
-
-
Szabó Dávid authored
-
Andreas Gohr authored
This adds a DEPRECATED() JavaScript function. This function will print a warning to the Browser's debug console if available (Chrome and Firefox with Firebug extension) when ever it is called. The DEPRECATED() function was also added to the $() function which should no longer be used and be replaced with JQuery calls. Other deprecated functions need to be identified and marked.
-
Andreas Gohr authored
This was broken by the JQuery port. This patch makes the page search work again and also removes the anonymous wrapper function around ajax_quicksearch again.
-
- May 31, 2011
-
-
Martin Michalek authored
-
- May 30, 2011
-
-
Soroush Falahati authored
-
Rune Rasmussen authored
-
- May 29, 2011
-
-
Michael Hamann authored
Conflicts: lib/scripts/edit.js lib/scripts/locktimer.js Some whitespace (at end of line) cleanup
-
Michael Hamann authored
-
- May 28, 2011
-
-
Guillaume Turri authored
-
- May 25, 2011
-
-
Adrian Lang authored
-
Adrian Lang authored
-
Michael Hamann authored
The security token here doesn't improve the security as the other requests that allow you to do the same thing aren't protected and I don't see why locking or draft creation should be subject of XSRF attacks.
-
Martin Michalek authored
-
Omid Mottaghi authored
-
Usama Akkad authored
-
- May 24, 2011
-
-
Michael Hamann authored
This disables lock and draft creation for pages the user can't edit. It additionally adds a security token to the draft creation and deletion request so - at least for logged in users - drafts can't be created, modified or deleted so easily anymore.
-
Michael Hamann authored
Since the password is no longer stored in the session, we need to use the login cookie instead.
-
- May 23, 2011
-
-
Adrian Lang authored
-
Michael Hamann authored
Users with names like foo.bar still didn't receive the mail when user foo edited the page. Now the two possibilities (space and end of line) are tested instead of just a word boundary.
-
- May 22, 2011
-
-
Michael Hamann authored
This fixes the subscription user regex to really only not to match the author of the change but to still match users who have that username as substring in their username.
-
- May 08, 2011
-
-
Adrian Lang authored
-
Anika Henke authored
-
Andreas Gohr authored
Cosmetic changes in tpl_getFavicon()
-