Tim Almdal
3c3671cff2
Remove the test-transform:uppercase from the l10n css as it was causing problems with other text fields in IE and it violates our case standards. Fixes ticket #912
2010-02-02 12:30:23 -08:00
Tim Almdal
ff5ccf0fb3
Specify the height and overflow-y on l10n-client translation element. fixes ticket #899 .
2010-01-22 14:38:58 -08:00
Tim Almdal
3b26d87f3a
Reformat the string list so that the search box does not get push off the end of the page.
2010-01-11 14:22:16 -08:00
Chad Kieffer
3e6ba7acc3
Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
2009-10-04 00:27:22 -06:00
jhilden
8d256898c7
improved translation interface so that it now can be closed without going to the admin
2009-08-29 14:21:53 -04:00
Andy Staudacher
d4738ce484
Partial fix for ticket 471 - i18n of "Translate Text" button in l10n client
2009-06-29 22:05:55 -07:00
Bharat Mediratta
ec61cd5031
Fix css indentation
2009-06-22 14:20:28 -07:00
Andy Staudacher
b9ee6f7d18
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-06 15:24:49 -07:00
Andy Staudacher
0e415dae9b
Preliminary BiDi support (needs *a lot* of tweaking)
2009-06-06 15:24:14 -07:00
Bharat Mediratta
4302406c96
Fix formatting in l10n client source box so that it wraps. Otherwise
...
long strings show up only on one line.
2009-06-06 12:19:26 -07:00
Andy Staudacher
1cfed1fac1
Extend L10n client to provide UI for plural translation.
...
Ticket 148.
2009-06-02 00:43:04 -07:00
Bharat Mediratta
28b41056e3
Restructure things so that the application is now just another module.
...
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.
2009-05-27 15:07:27 -07:00