Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Put padding on form rather than table. | francis | 2008-03-14 | -1/+4 | |
| | |||||
* | use relative URLs on admin pages | francis | 2008-03-14 | -3/+3 | |
| | |||||
* | Stylesheet | francis | 2008-03-14 | -0/+1 | |
| | |||||
* | Search users in admin interface. | francis | 2008-03-14 | -2/+12 | |
| | |||||
* | Search requests. | francis | 2008-03-14 | -3/+12 | |
| | |||||
* | Search public bodies in admin. | francis | 2008-03-14 | -3/+16 | |
| | |||||
* | Yeuch. | francis | 2008-03-14 | -2/+6 | |
| | |||||
* | Not sure this makes a difference. | francis | 2008-03-14 | -16/+7 | |
| | |||||
* | Oops, got URL totally wrong - should be of sending user, not recipient user. | francis | 2008-03-13 | -7/+7 | |
| | |||||
* | hide backpaged things from search | francis | 2008-03-13 | -9/+23 | |
| | |||||
* | Order search results | francis | 2008-03-13 | -63/+93 | |
| | |||||
* | Tweak formatting of the requests part of user and body pages. | francis | 2008-03-13 | -5/+13 | |
| | |||||
* | Link to the Rails bug tracker for this fix. | francis | 2008-03-12 | -0/+1 | |
| | |||||
* | Call hidden_field_tag correctly. | francis | 2008-03-12 | -1/+2 | |
| | | | | Give option of signin link on contact page if not signed in. | ||||
* | Cop-out extra help :) | francis | 2008-03-12 | -0/+7 | |
| | |||||
* | move the note a bit further up, slight text change | adam | 2008-03-12 | -6/+6 | |
| | |||||
* | Privacy policy updates. | francis | 2008-03-12 | -17/+51 | |
| | |||||
* | Make users all have their own URL, rather than sharing if they have the same ↵ | francis | 2008-03-12 | -49/+77 | |
| | | | | name. | ||||
* | Form for contacting other users. | francis | 2008-03-12 | -9/+159 | |
| | |||||
* | Errors to STDERR when testing | francis | 2008-03-11 | -2/+3 | |
| | |||||
* | Navigations search form needs different ids from one in page. | francis | 2008-03-11 | -2/+2 | |
| | |||||
* | One day cron specifications will be immediately intuitive to me! One day. | francis | 2008-03-11 | -5/+5 | |
| | |||||
* | One day cron specifications will be immediately intuitive to me! One day. | francis | 2008-03-11 | -3/+3 | |
| | |||||
* | Better help text | francis | 2008-03-10 | -1/+1 | |
| | |||||
* | Public body search goes to page about body | francis | 2008-03-10 | -2/+2 | |
| | |||||
* | TERM should handle current request before exiting, just as USR1 does. | francis | 2008-03-10 | -1/+1 | |
| | | | | See http://fastcgi.com/docs/faq.html#Signals | ||||
* | Test route. | francis | 2008-03-10 | -2/+10 | |
| | |||||
* | Say what site it is | francis | 2008-03-10 | -1/+1 | |
| | |||||
* | Some old misspelt junk. | francis | 2008-03-10 | -3/+1 | |
| | |||||
* | Search tips. | francis | 2008-03-10 | -7/+47 | |
| | | | | Some navigation stuff. | ||||
* | Notes, comments | francis | 2008-03-10 | -9/+4 | |
| | |||||
* | Improve highlighting | francis | 2008-03-10 | -47/+153 | |
| | |||||
* | Set mailto right | francis | 2008-03-07 | -2/+2 | |
| | |||||
* | Index first message text with info requests themselves. | francis | 2008-03-07 | -75/+172 | |
| | | | | | | | Fix routing for search queries with full stops in. Public body search indexing. User search indexing. Link to specific users out of ones with same name. | ||||
* | Updates | francis | 2008-03-07 | -6/+9 | |
| | |||||
* | Index word docs and PDFs | francis | 2008-03-07 | -2/+37 | |
| | |||||
* | Lotus notes quoting | francis | 2008-03-06 | -2/+16 | |
| | |||||
* | And tidy up ↵ | francis | 2008-03-06 | -1/+6 | |
| | | | | http://www.whatdotheyknow.com/request/net_promoter_value_scores_for_bb | ||||
* | Various quoting in ↵ | francis | 2008-03-06 | -3/+18 | |
| | | | | http://www.whatdotheyknow.com/request/identity_card_scheme_expenditure | ||||
* | PDFs often seem to not have right mime type - use heuristic based on ↵ | francis | 2008-03-06 | -1/+8 | |
| | | | | filename to detect this. | ||||
* | Fix /list | francis | 2008-03-06 | -2/+5 | |
| | |||||
* | Highlighting | francis | 2008-03-06 | -10/+47 | |
| | |||||
* | Pagination of search results. | francis | 2008-03-06 | -39/+85 | |
| | |||||
* | All the others end in full stops. | francis | 2008-03-06 | -2/+2 | |
| | |||||
* | And apply pagination fix via Monkeypatch instead. | francis | 2008-03-06 | -0/+20 | |
| | |||||
* | Revert to original - do change with monkeypatch so at least recorded explicitly. | francis | 2008-03-06 | -6/+1 | |
| | |||||
* | Monkeypatch acts_as_solr so doesn't connect to solr on saving | francis | 2008-03-06 | -2/+26 | |
| | |||||
* | Fix up tests. | francis | 2008-03-06 | -31/+35 | |
| | |||||
* | SOLR port | francis | 2008-03-06 | -4/+12 | |
| | |||||
* | Lock while indexing. | francis | 2008-03-06 | -14/+53 | |
| | | | | Scripts to restart solr, and update index. |