| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-12 | #2055, 2056 - jQuery updates for .attr("value", [value]) and .keyup(handler). | shadlaws | |
| - changed .attr("value", [value]) to .val([value]) for new jQuery. - changed .keyup(handler) to .on("input keyup", handler) to fire on mouse-only cut'n'paste. | |||
| 2013-01-30 | Don't concatenate tainted strings in JS. Fixes #1976. | Bharat Mediratta | |
| 2010-06-12 | Fix up some indentation and comment style. | Bharat Mediratta | |
| 2010-02-27 | Additional fixes for plural handling when deleting translations / marking ↵ | Andy Staudacher | |
| them as untranslated. | |||
| 2010-02-27 | Fix l10n client, copy of existing plural translation to form fields. | Andy Staudacher | |
| I think this was broken in a recent jQuery update. It used to allow matching the HTML "name" attribute with #name_value, now you need to match by elementName[name=name_value]. | |||
| 2010-02-27 | Client (UI) side fix for ticket #1042, based on a patch from fpaterno ↵ | Andy Staudacher | |
| (Florent Paterno). Mark message as untranslated if the translation is empty. | |||
| 2010-01-12 | If the user hits enter in the search text field, then cancel the submission, ↵ | Tim Almdal | |
| because the search is done in the browser and the the enter will unexpectedly reload the root directory. | |||
| 2010-01-12 | Correct the "l10n_client_data[index] is undefined" error. | Tim Almdal | |
| 2010-01-12 | Some whitespace and syntax corrects | Tim Almdal | |
| 2009-10-04 | Renamed most, if not all css selectors from gName to g-name. Moved a few ↵ | Chad Kieffer | |
| shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features. | |||
| 2009-08-29 | you can close the l10n client directly from its interface now, without going ↵ | jhilden | |
| back to the languages admin page | |||
| 2009-08-29 | improved translation interface so that it now can be closed without going to ↵ | jhilden | |
| the admin | |||
| 2009-07-03 | Ticket 104: Adding "Copy sourc text" button to l10n UI (usability / ↵ | Andy Staudacher | |
| productivity improvement) | |||
| 2009-06-29 | Partial fix for ticket 471 - i18n of "Translate Text" button in l10n client | Andy Staudacher | |
| 2009-06-18 | Fix format of source message in l10n client (adding a newline between plural ↵ | Andy Staudacher | |
| forms) | |||
| 2009-06-09 | fix typo: "the the" -> "the" | Bharat Mediratta | |
| 2009-06-02 | Extend L10n client to provide UI for plural translation. | Andy Staudacher | |
| Ticket 148. | |||
| 2009-05-27 | Restructure things so that the application is now just another module. | Bharat Mediratta | |
| Kohana makes this type of transition fairly straightforward in that all controllers/helpers/etc are still located in the cascading filesystem without any extra effort, except that I've temporarily added a hack to force modules/gallery into the module path. Rename what's left of "core" to be "application" so that it conforms more closely to the Kohana standard (basically, just application/config/config.php which is the minimal thing that you need in the application directory) There's still considerable work left to be done here. | |||
