Timeframe: 30 days, Total Commits: 34 Total Number of Files Changed: 76
| Date | Author | File/Message |
|---|---|---|
| 2004-08-18 17:09:54 | Matthew Todd | Repo urls need trailing slash. |
| 2004-08-18 16:24:53 | Matthew Todd | Shorten names, fix repo urls. |
| 2004-08-18 14:10:47 | Jason Williams | Overwriting to add a new label for re-entering your password |
| 2004-08-17 21:12:04 | Jason Williams | Added label for re-entering password on create_account page |
| 2004-08-12 20:40:39 | Matthew Todd | Turns out the version number in the jar name kept it from being recognized. Specifically documentlibrary-ejb.jar couldn't find the lucene class it needed, org.apache.lucene.queryParser.ParseException. Perhaps it somehow had a hard-coded jar name in its classpath somewhere. Where does one specify that sort of thing? |
| 2004-08-12 18:49:00 | Jianshuo Niu | update lucene-1.4.jar to the liferay service, need to rename it to lecene.jar |
| 2004-08-11 19:45:19 | Yong Pak |
src/webapp/html/portal/about.jsp v 1.5 src/webapp/html/portal/layout_portlets.jsp v 1.8 extra <html> and </html> tags inside portlets caused problems on some browsers |
| 2004-08-11 19:18:50 | Yong Pak |
src/webapp/html/common/top.jsp v 1.1 src/webapp/html/portal/about.jsp v 1.4 src/webapp/html/portal/layout_portlets.jsp v 1.7 fixed "font-jump" problem caused by multiple style tags |
| 2004-08-11 18:05:27 | Jason Williams | Added logic to catch an exception thrown if the user is logged in, but clicks the top "Home" link which apparently throws off the user session. |
| 2004-08-11 17:53:50 | Yong Pak | minor formatting changes - font size and color |
| 2004-08-11 15:43:11 | Yong Pak |
src/webapp/html/common/bottom.jsp v 1.4 src/webapp/html/common/terms_of_use.html v 1.1 src/webapp/html/portal/about.jsp v 1.3 src/webapp/html/portal/layout_portlets.jsp v 1.4 src/webapp/html/portal/terms_of_use.jsp v 1.3 formatting changes; also added static terms_of_use page. |
| 2004-08-11 15:31:39 | Yong Pak | I wanted to modify struts-config to make the terms of use screen a public portal so that it can be accessed before logging in, but it has accept/reject logic in it that requires users to be logged in. For I'm putting duplicate content in a static HTML file. |
| 2004-08-11 15:14:11 | Yong Pak | original file without changes |
| 2004-08-11 14:07:53 | Jason Williams | *** empty log message *** |
| 2004-08-11 04:25:36 | Jason Williams | Added welcome msg for landing page and also if the user is logged in, but hasn't selected a feature portlet yet. |
| 2004-08-11 03:13:30 | Jason Williams | Added marketchangers content |
| 2004-08-11 02:33:15 | Jason Williams | Defaulted to one column layout |
| 2004-08-11 02:30:28 | Jason Williams |
src/webapp/html/portal/layout_portlets.jsp v 1.2 Added warning messages if user had not registered an organization yet |
| 2004-08-11 01:09:14 | Yong Pak | I've undone Jason's changes to top_bar.jsp by adding help link to the footer (bottom.jsp). I think this means we can delete top_bar.jsp unless it's needed for other mods to the header. I won't delete it for now in case it's needed. |
| 2004-08-11 01:06:12 | Jason Williams | Disabled "captcha" challenges (word challenges when you log in) |
| 2004-08-11 01:00:44 | Yong Pak |
src/webapp/html/common/bottom.jsp v 1.3 src/webapp/html/common/help.html v 1.1 added help and privacy policy pages |
| 2004-08-11 00:37:30 | Yong Pak | added title and header |
| 2004-08-11 00:34:51 | Yong Pak | added contact page - open in new window |
| 2004-08-10 20:00:19 | Jason Williams | Do not need to modify disclaimer |
| 2004-08-10 19:59:20 | Jason Williams |
src/webapp/html/common/bottom.jsp v 1.1 src/webapp/html/common/top_bar.jsp v 1.1 src/webapp/html/portal/about.jsp v 1.1 src/webapp/html/portal/disclaimer.jsp v 1.1 Various changes to clean up liferay portal headers and footers |
| 2004-08-09 18:01:15 | Jason Williams |
src/webapp/WEB-INF/liferay-display.xml v 1.3 Removed Bible Gateway as portlet |
| 2004-07-29 21:44:35 | Matthew Todd | Removed jcvs servlet stuff. Now we can run the JBoss server on Windows. |
| 2004-07-29 21:42:42 | Matthew Todd | Now we will customize web.xml. Removing JCVS so server will work on Windows. |
| 2004-07-29 21:21:34 | Matthew Todd | Admin and Power Users should be able to add portlets still. |
| 2004-07-28 18:11:07 | Matthew Todd | Added our Role Selection Portlet to the default layout |
| 2004-07-28 16:17:26 | Matthew Todd |
src/ejb/portal.properties v 1.2 src/webapp/WEB-INF/liferay-display.xml v 1.2 src/webapp/WEB-INF/liferay-portlet-ext.xml v 1.2 Initial pruning. Not many speed gains yet, though. We probably need to turn off some of the servlets in web.xml (like jcvs) and remove a lot of the ejbs from portal-ejb.jar's ejb-jar.xml. Something like that. Could probably also entirely remove the document library ejb jar, and others like it. |
| 2004-07-28 16:06:12 | Matthew Todd | Doh. |
| 2004-07-28 15:12:16 | Matthew Todd | Oops, forgot one. |
| 2004-07-28 15:03:40 | Matthew Todd |
src/ejb/portal.properties v 1.1 src/webapp/WEB-INF/liferay-display.xml v 1.1 src/webapp/WEB-INF/liferay-portlet-ext.xml v 1.1 Beginning customization work for portal. Will mainly be removing portlets we don't use and specifying default layouts. We're getting down with our bad selves. |