Changesets can be listed by changeset number.
The Git repository is here.
Changeset 238
Updates for new 17-Oct-2008 design.
- Comitted by: rool
- Date: Friday October 17 15:07:51 2008 (over 16 years ago)
Affected files:
- rool/rails/hub/trunk/db/schema.rb
- rool/rails/hub/trunk/app/views/account/login.rhtml (diff)
- rool/rails/hub/trunk/app/views/layouts/default.rhtml (diff)
- rool/rails/hub/trunk/app/views/tasks/index.rhtml (diff)
- rool/rails/hub/trunk/config/database.yml (diff)
- rool/rails/hub/trunk/public/images/account/change_details.png
- rool/rails/hub/trunk/public/images/account/change_password.png
- rool/rails/hub/trunk/public/images/account/edit_roles.png
- rool/rails/hub/trunk/public/images/account/enumerate.png
- rool/rails/hub/trunk/public/images/account/forgot_password.png
- rool/rails/hub/trunk/public/images/account/list.png
- rool/rails/hub/trunk/public/images/account/login.png
- rool/rails/hub/trunk/public/images/account/logout.png
- rool/rails/hub/trunk/public/images/account/show.png
- rool/rails/hub/trunk/public/images/account/signup.png
- rool/rails/hub/trunk/public/images/tasks/index.png
rool/rails/hub/trunk/app/views/account/login.rhtml:
prev. | current | |
<td> </td> | ||
<td><%= make_action_link('account', 'signup', 80, 80, 'Sign up!') %></td> | ||
</tr> | ||
33 | | |
34 | ||
35 | | |
36 | | |
37 | | |
38 | | |
33 | </table> | |
rool/rails/hub/trunk/app/views/layouts/default.rhtml:
prev. | current | |
<!-- Hub content table --> | ||
15 | | |
16 | | |
15 | <div id="template_body_background"><div id="template_body_shadow_left" class="template_shadow_left"><div id="template_body_shadow_right" class="template_shadow_right"><div id="template_body_content" class="template_body_content template_overall_content"> | |
16 | ||
17 | <br /> | |
18 | <table width="100%" cellspacing="0" cellpadding="0" align="center"> | |
<tr valign="top" align="left"> | ||
<td width="75%"> | ||
<%= hubssolib_flash_tags -%> | ||
... | ... | |
</td> | ||
<td> </td> | ||
27 | | |
29 | <td bgcolor="#bbbbbb" class="template_column_divider"><img src="/images/utilities/blank.gif" width="1" height="1" alt="." border="0" /></td> | |
<td> </td> | ||
<td width="25%"> | ||
... | ... | |
<!-- Simple global search via Google --> | ||
35 | | |
37 | <div class="template_sidebar_node"> | |
<h3>Search whole site</h3> | ||
<p /> | ||
... | ... | |
<p /> | ||
<%= render 'shared/fixed_sidebar' %> | ||
52 | ||
53 | <p /> | |
54 | <div class="template_sidebar_node"> | |
55 | <h3>Site security</h3> | |
56 | ||
57 | <p /> | |
58 | <a href="https://secure.comodo.net/ttb_searcher/trustlogo?v_querytype=W&v_shortname=SC2&v_search=www.riscosopen.org&x=6&y=5"><img align="right" src="/images/ssl/secure_site.gif" alt="Comodo SSL" width="100" height="85" border="0" /></a> | |
59 | </div> | |
</div> | ||
</td> | ||
</tr> | ||
</table> | ||
64 | <br /> | |
66 | </div></div></div></div> | |
67 | ||
<%= render 'shared/fixed_footer' %> | ||
</body> | ||
</html> |
rool/rails/hub/trunk/app/views/tasks/index.rhtml:
prev. | current | |
<td><%= make_action_link('account', 'enumerate', 80, 80, 'Active users') %></td> | ||
</tr> | ||
</table> | ||
42 | ||
43 | ||
44 | | |
45 | | |
46 | | |
47 | | |
42 | <% end -%> | |
rool/rails/hub/trunk/config/database.yml:
prev. | current | |
adapter: postgresql | ||
host: /home/rool/postgres/ | ||
username: rool | ||
8 | | |
8 | password: set-password-here | |
# Warning: The database defined as 'test' will be erased and | ||
# re-generated from your development database when you run 'rake'. | ||
... | ... | |
development: | ||
<<: *dbinfo | ||
16 | | |
16 | database: hub-devel | |
test: | ||
<<: *dbinfo |