Commit Graph

2927 Commits

Author SHA1 Message Date
Xavier Guimard
ac9fa179f7 re-indent 2013-10-27 20:14:59 +00:00
Xavier Guimard
3b507a16c4 Adapt tabs() call for jquery-ui-1.10.3 2013-10-27 20:11:50 +00:00
Xavier Guimard
bf1e929539 Solve tab problem in AuthChoice tabs display (#604) 2013-10-27 20:08:33 +00:00
Xavier Guimard
bcae4dabb8 #604: replace $(<textarea>).att('value') by $(<textarea>).val() 2013-10-27 19:00:37 +00:00
Xavier Guimard
0832b35fb0 clean MANIFESTs 2013-10-27 12:38:00 +00:00
Clément Oudot
8898ef351c Update MANIFEST (#604) 2013-10-27 11:36:02 +00:00
Xavier Guimard
f207134d51 Another FastCGI utf8 hook... 2013-10-27 07:11:34 +00:00
Xavier Guimard
c540d29358 Update jQuery and jQuery-UI 2013-10-27 07:01:41 +00:00
Xavier Guimard
be3ecf360c Remove call of $.browser (jQuery 1.10 support) 2013-10-26 13:55:38 +00:00
Xavier Guimard
372a055b50 HTML tidy 2013-10-26 07:42:53 +00:00
Xavier Guimard
762e386b2a Licenses reorganized by Config::Model::models::Dpkg::Copyright 2013-10-25 15:12:23 +00:00
Xavier Guimard
20fe908dec Replace Twitter logo + update licenses 2013-10-25 14:40:14 +00:00
Xavier Guimard
5783031720 Replace BrowserID image (see http://mail.ow2.org/wws/arc/lemonldap-ng-dev/2013-10/msg00048.html) 2013-10-25 13:59:03 +00:00
Xavier Guimard
d3aa95ff2f Fr doc finnished 2013-10-25 13:19:38 +00:00
Xavier Guimard
3bd410af06 Doc update 2013-10-25 13:19:21 +00:00
Xavier Guimard
d72f9c0427 Fr doc in progress 2013-10-25 08:26:13 +00:00
Xavier Guimard
c1a7fbeb9a Fr doc in progress 2013-10-25 06:50:23 +00:00
Xavier Guimard
f216578f06 Fr doc in progress 2013-10-25 06:31:38 +00:00
Xavier Guimard
bf7bb02f71 Fr doc in progress 2013-10-25 06:01:02 +00:00
Xavier Guimard
d45d26abad Very strange utf8 bug using FCGI solved by this hook 2013-10-24 19:06:47 +00:00
Clément Oudot
44d3d445cb Update BrowserID Logo (#584) 2013-10-24 14:50:30 +00:00
Clément Oudot
e2071971a5 Same authentication message for all modules (mask unnecessary technical information) 2013-10-24 14:44:46 +00:00
Clément Oudot
7d888dd85d Ignore MYMETA.json files 2013-10-24 14:24:18 +00:00
Clément Oudot
fecfb0b1f7 Documentation update (#524) 2013-10-24 12:42:58 +00:00
Clément Oudot
ce581e75e9 Add a specific timeout parameter for SAML RelayState sessions (#524) 2013-10-24 12:35:58 +00:00
Xavier Guimard
4e9a4e9789 Correct XHTML:
* alt is not an attribute of "a" in XHTML
 * remove utf-8 chars
2013-10-22 18:27:02 +00:00
Xavier Guimard
e1d59465d8 Correct XHTML:
* needs to be XHTML transitional to have some attributes (target,...)
 * missing "</form>"
 * missing "alt" in "img"
2013-10-22 18:14:49 +00:00
Xavier Guimard
2e7fe44098 Some cosmetics changes 2013-10-22 16:48:02 +00:00
Clément Oudot
13f5ddaa61 Update notifications doc (#457) 2013-10-22 16:31:19 +00:00
Clément Oudot
3106100c5d Possibility to autoconfigure LDAP notification backend from LDAP configuration backend (#457) 2013-10-22 16:26:20 +00:00
Xavier Guimard
625ae5ece0 Update documentation 2013-10-22 12:14:44 +00:00
Xavier Guimard
fdb545ca69 Add "useLocalConf" parameter for the portal to increase performances
Closes: #628
2013-10-22 12:02:44 +00:00
Xavier Guimard
0fa68c790f Replace "fast" keyword by "fastcgi" 2013-10-22 04:39:40 +00:00
Xavier Guimard
e174ff4732 FastCGI portal 2013-10-21 21:24:03 +00:00
Xavier Guimard
1fc09658d8 Missing constants in @EXPORT 2013-10-21 18:55:48 +00:00
Xavier Guimard
d13adf8fc8 Add optimization proposed by Jean-Charles + stupid bug 2013-10-20 05:32:43 +00:00
Xavier Guimard
ef0fef4e83 More comments 2013-10-19 16:41:58 +00:00
Xavier Guimard
199e14772e Cosmetic change 2013-10-19 16:37:01 +00:00
Xavier Guimard
0829a57f2e Use UTF-8 encoding in all Perl files 2013-10-19 16:34:20 +00:00
Xavier Guimard
1b429f6856 Correct bad CGI args reading order (and optimize) 2013-10-19 16:24:33 +00:00
Xavier Guimard
c90552a9a6 Tidy 2013-10-19 04:33:16 +00:00
Xavier Guimard
912bb86071 Move Apache::Session::Browseable dependency to Common 2013-10-19 04:29:41 +00:00
Xavier Guimard
a9c201476f Correct bug introduced by r2981, authenticate() must not call AuthSSL::authenticate() 2013-10-18 04:44:11 +00:00
Xavier Guimard
2b5de50614 Modify r2981 changes: now authenticate() launch extractFormInfo() if auth isn't done 2013-10-18 04:42:56 +00:00
Xavier Guimard
f29d3b563e s/utf8/utf-8/ in HTTP headers
Closes: #626
2013-10-17 19:21:45 +00:00
Xavier Guimard
70f32c5472 Revert r2984 since Perl 5.8 is enough exept for Cli 2013-10-17 04:15:07 +00:00
Xavier Guimard
00ad847b90 ip() compatibility with Apache-1.3 2013-10-15 12:47:30 +00:00
Xavier Guimard
b239dc286f Replace Apache2::Connection::remote_ip()
Closes: #625
2013-10-15 12:42:09 +00:00
Clément Oudot
827f9a1154 Use the correct form in BrowserID js (#584) 2013-10-15 09:58:37 +00:00
Xavier Guimard
98892cecbe "switch" feature is only available with Perl 5.10 2013-10-15 04:31:30 +00:00