1994 Commits

Author SHA1 Message Date
Masahiro Mikami
5420f7c533 Updated Japanese localisation. 2010-02-26 13:30:22 +13:00
Andrew McMillan
1711fb68aa Modification of protected properties should be a 403.
We might as well send an error response along with that, too.
2010-02-26 13:29:11 +13:00
Andrew McMillan
5185e04eb9 That new option uses names, not numbers. Much better, in fact. 2010-02-25 23:40:55 +13:00
Andrew McMillan
03df4635e4 Strip slashes from collection names. They're too confusing. 2010-02-25 23:28:54 +13:00
Andrew McMillan
731ab17011 That was a PNG masquerading as a .ico now it's a .ico. 2010-02-25 21:24:50 +13:00
Andrew McMillan
ef4ef353b5 Allow anything to be a collection name, but urlencode it. 2010-02-25 21:20:54 +13:00
Andrew McMillan
41766218a5 Add a config item to exclude some users from LDAP sync. 2010-02-25 21:19:08 +13:00
Andrew McMillan
110e05220a Release 0.9.8.3 r0.9.8.3 2010-02-25 12:36:39 +13:00
Andrew McMillan
98717748db Fix typos. 2010-02-25 12:36:08 +13:00
Andrew McMillan
5c51146116 Updated docs for 0.9.8.3 2010-02-25 12:35:20 +13:00
Andrew McMillan
df519fb478 New docs files in 0.9.8.3 2010-02-25 12:35:02 +13:00
Andrew McMillan
3b1b9f9250 Ignore more crud in my development tree. 2010-02-25 10:49:21 +13:00
Andrew McMillan
16089c6475 Include current version number in update version check. 2010-02-25 10:44:06 +13:00
Andrew McMillan
d49d2dc935 Remove defunct code. 2010-02-25 10:42:54 +13:00
Andrew McMillan
49257629ea It's possible for $_SERVER['PATH_INFO'] to be unset. 2010-02-25 09:48:38 +13:00
Andrew McMillan
08fe102b8e Really release 0.9.8.3 for sure this time... 2010-02-25 09:42:31 +13:00
Andrew McMillan
f1510c7670 Assign correct resourcetype on collection maintenance. 2010-02-25 09:40:55 +13:00
Andrew McMillan
f63d6d082a Nearly released. 2010-02-24 16:51:03 +13:00
Andrew McMillan
5e67f245fe Preparing for a 0.9.8.3 release. 2010-02-24 16:45:22 +13:00
Andrew McMillan
4e7ad35dfb Apparently CentOS 5 doesn't have DateTime class in it's PHP :-( 2010-02-24 16:41:31 +13:00
Andrew McMillan
459c50c9f9 Allow active/inactive setting. Hide irrelevant stuff on create. 2010-02-24 16:28:53 +13:00
Andrew McMillan
15b8d658b3 Add a link to list inactive principals. 2010-02-24 16:28:15 +13:00
Andrew McMillan
3c90dc23ed Add support for listing inactive principals. 2010-02-24 16:26:12 +13:00
Andrew McMillan
544a3949fc Minor formatting tweak. 2010-02-24 16:25:50 +13:00
Andrew McMillan
87bb578cdf Fix the 'all' button action in grants update. 2010-02-24 14:00:33 +13:00
Andrew McMillan
ded5eafb6b Correct 'ALL' privilege to 24 bits. 2010-02-24 13:59:50 +13:00
Andrew McMillan
2bb1dd5adf Don't display a grant edit until a user is created.
Removes an unsightly SQL error from the logs, but it also
isn't reasonable to be granting privileges until the
principal record exists to do the granting!
2010-02-24 12:51:43 +13:00
Andrew McMillan
6c193d396a Move location of CSS submenus slightly.
There seems to be a 1 pixel difference in Chrome's rendering
of the submenus, so moving them up means the mouse cursor is
always over a hover element while moving from the top menu
to be over the submenu.
2010-02-24 12:50:05 +13:00
Andrew McMillan
945b9d501c Provide passthru on icons, images, css and js files.
In Chrome it requests the favicon (for example) very frequently
which was causing a prompt for authentication where there was a
poorly considered regex in the rewrite rules.  I think this is
a good backup to the rewrite rules to pass through on such files.
2010-02-24 12:47:55 +13:00
Andrew McMillan
92547a12e1 Actual release 0.9.8.2 r0.9.8.2 2010-02-23 23:35:07 +13:00
Andrew McMillan
f644238be2 Release 0.9.8.2 2010-02-23 23:28:21 +13:00
Andrew McMillan
6b7eda61b4 Preparing to release 0.9.8.2 2010-02-23 23:25:43 +13:00
Andrew McMillan
b374f17b99 This will not be active in 0.9.8.2, but it's included nonetheless. 2010-02-23 22:59:38 +13:00
Andrew McMillan
a3b8c1863a Replace out the etag in this report, since it always changes a little. 2010-02-23 22:59:38 +13:00
Masahiro Mikami
8fb84a042c Updated Japanese translation. 2010-02-23 22:59:38 +13:00
Emmanuel Seyman
ac552c7a6e Updated French translation. 2010-02-23 22:59:38 +13:00
Andrew McMillan
3229e9c24e Latest localisations. 2010-02-23 22:59:37 +13:00
Andrew McMillan
d3a9d02b2e Expanding functionality in RepeatRuleDateTime class. 2010-02-23 22:59:37 +13:00
Andrew McMillan
2e6dca26f2 More localisable, and now able to detect the PDO pgsql drivers.
Also don't require a person to be logged in if their setup is so
screwed they can't even connect to a database...
2010-02-23 22:59:37 +13:00
Andrew McMillan
39aec8c91c Making things more localisable. 2010-02-23 22:59:37 +13:00
Andrew McMillan
a2f2e4b342 Tweak button layout. 2010-02-23 22:59:36 +13:00
Vincent Van Houtte
90e2a05724 Updated Dutch translation. 2010-02-23 22:59:36 +13:00
Andrew McMillan
a7316a1135 Use htmlspecialchars rather than htmlentities. 2010-02-23 22:59:36 +13:00
Andrew McMillan
87816b2a05 Use htmlspecialchars rather than htmlentities, which screws up translations. 2010-02-23 22:59:36 +13:00
Andrew McMillan
9338bf48ac Remove link to old users browse page. 2010-02-23 22:59:36 +13:00
lebarjack
be80da6111 Updated required software documentation 2010-02-22 11:15:42 +01:00
lebarjack
5be64d7228 - Added a Gentoo installation paragraph
- Updated needed depnedencies
2010-02-22 10:03:10 +01:00
Andrew McMillan
16c6a2576c Updated message strings, hopefully close to releasing 0.9.8.2. 2010-02-18 21:13:59 +13:00
Andrew McMillan
154aaee283 Add better localisation support to principal / collection edit screens. 2010-02-18 21:13:31 +13:00
Andrew McMillan
b966686a71 Default user to davical_dba & provide more help regarding .pgpass files. 2010-02-18 21:12:54 +13:00