Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(86) |
Oct
(168) |
Nov
(115) |
Dec
(87) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(59) |
Feb
(36) |
Mar
(27) |
Apr
(24) |
May
(37) |
Jun
(16) |
Jul
(200) |
Aug
(114) |
Sep
(41) |
Oct
(36) |
Nov
(43) |
Dec
(29) |
2008 |
Jan
(63) |
Feb
(49) |
Mar
(62) |
Apr
(66) |
May
(25) |
Jun
(20) |
Jul
(4) |
Aug
(27) |
Sep
(51) |
Oct
(48) |
Nov
(12) |
Dec
(9) |
2009 |
Jan
(54) |
Feb
(33) |
Mar
(59) |
Apr
(35) |
May
(20) |
Jun
(18) |
Jul
(31) |
Aug
(44) |
Sep
(24) |
Oct
(32) |
Nov
(28) |
Dec
(35) |
2010 |
Jan
(51) |
Feb
(34) |
Mar
(93) |
Apr
(48) |
May
(30) |
Jun
(43) |
Jul
(29) |
Aug
(39) |
Sep
(61) |
Oct
(14) |
Nov
(30) |
Dec
(96) |
2011 |
Jan
(82) |
Feb
(18) |
Mar
(21) |
Apr
(18) |
May
(33) |
Jun
(45) |
Jul
(70) |
Aug
(36) |
Sep
(63) |
Oct
(28) |
Nov
(55) |
Dec
(47) |
2012 |
Jan
(82) |
Feb
(39) |
Mar
(21) |
Apr
(9) |
May
(15) |
Jun
(32) |
Jul
(36) |
Aug
(36) |
Sep
(22) |
Oct
(12) |
Nov
(4) |
Dec
(30) |
2013 |
Jan
(38) |
Feb
(25) |
Mar
(18) |
Apr
(15) |
May
(10) |
Jun
(6) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
(1) |
2
(3) |
3
(3) |
4
(4) |
5
|
6
|
7
(1) |
8
(2) |
9
|
10
|
11
(2) |
12
(5) |
13
(2) |
14
|
15
|
16
(1) |
17
(3) |
18
(7) |
19
(2) |
20
(8) |
21
|
22
|
23
|
24
|
25
|
26
|
27
(1) |
28
(1) |
29
|
30
(2) |
31
(6) |
From: <wrh2@us...> - 2009-01-02 23:28:45
|
Revision: 2406 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2406&view=rev Author: wrh2 Date: 2009-01-02 23:28:41 +0000 (Fri, 02 Jan 2009) Log Message: ----------- Cleanup: * Remove unused "test" virtual wiki mapping. Pointed out by j_teer. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/web.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wrh2@us...> - 2009-01-02 22:06:22
|
Revision: 2405 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2405&view=rev Author: wrh2 Date: 2009-01-02 21:53:16 +0000 (Fri, 02 Jan 2009) Log Message: ----------- Authentication & Authorization: * Delete JAMWikiAnonymousProcessingFilter and move that functionality into JAMWikiPostAuthenticationFilter. * Re-factor JAMWikiPostAuthenticationFilter. Modified Paths: -------------- wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/applicationContext-security.xml wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/authentication/JAMWikiPostAuthenticationFilter.java Removed Paths: ------------- wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/authentication/JAMWikiAnonymousProcessingFilter.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wrh2@us...> - 2009-01-02 06:46:14
|
Revision: 2404 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2404&view=rev Author: wrh2 Date: 2009-01-02 06:46:09 +0000 (Fri, 02 Jan 2009) Log Message: ----------- Authentication & Authorization: * Add initial support for Spring LDAP. This commit will check the session for a valid Spring LDAP authentication, and if found create the required JAMWiki records (if not already available). * Much more work is needed to simplify integration and configuration. Modified Paths: -------------- wiki/trunk/jamwiki-core/pom.xml wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/WikiException.java wiki/trunk/jamwiki-war/pom.xml wiki/trunk/jamwiki-war/src/main/webapp/WEB-INF/applicationContext-security.xml wiki/trunk/jamwiki-web/pom.xml wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/authentication/JAMWikiPostAuthenticationFilter.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/authentication/WikiUserDetails.java wiki/trunk/jamwiki-web/src/main/java/org/jamwiki/servlets/ServletUtil.java wiki/trunk/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wrh2@us...> - 2009-01-01 18:14:29
|
Revision: 2403 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2403&view=rev Author: wrh2 Date: 2009-01-01 18:14:25 +0000 (Thu, 01 Jan 2009) Log Message: ----------- File Uploads: * Use a default MIME type of "application/unknown" for file uploads without MIME types to prevent database errors. Reported by Tim. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/model/WikiFile.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/model/WikiFileVersion.java wiki/trunk/jamwiki-war/src/main/webapp/CHANGELOG.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |