Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Store full size photos that are uploaded on filesystem, put hash in ↵ | Matthew Somerville | 2012-03-08 | -0/+25 |
| | | | | database. Fixes #9, basics for #209 (needs light box adding). | |||
* | Do the stringify/array in the cobrand, for future time when we need multiple ↵ | Matthew Somerville | 2012-03-06 | -3/+2 |
| | | | | results in a cobrand. | |||
* | Only need to set additional_template_paths if other variables are being set, ↵ | Matthew Somerville | 2012-02-23 | -2/+1 |
| | | | | otherwise it comes in automatically from the stash. | |||
* | Factor out fragment rendering, as additional template paths needs to be passed. | Matthew Somerville | 2012-02-23 | -0/+16 |
| | ||||
* | missed BCI -> FMS setting | Struan Donald | 2012-01-09 | -1/+1 |
| | ||||
* | Make sure Message-ID is set on outgoing messages. | Matthew Somerville | 2011-08-03 | -0/+4 |
| | ||||
* | If a form input has a name identical to an ID, OpenLayers in IE6/7 gets all ↵ | Matthew Somerville | 2011-07-22 | -1/+1 |
| | | | | confused. | |||
* | No robot indexing on staging sites, and canonical link from OSM version back ↵ | Matthew Somerville | 2011-07-01 | -0/+4 |
| | | | | to www. | |||
* | Four week default session length. | Matthew Somerville | 2011-06-29 | -2/+1 |
| | ||||
* | Allow a hostname to set the map class. | Matthew Somerville | 2011-06-29 | -1/+2 |
| | ||||
* | Use bcrypt. | Matthew Somerville | 2011-06-24 | -2/+1 |
| | ||||
* | remove cobrand reference to stop circular references | Struan Donald | 2011-06-13 | -0/+10 |
| | ||||
* | remove Problems.pm | Struan Donald | 2011-06-10 | -1/+0 |
| | ||||
* | Always session cookie for now. | Matthew Somerville | 2011-06-09 | -2/+3 |
| | ||||
* | uris in emails should always be absolute | Struan Donald | 2011-06-09 | -1/+1 |
| | ||||
* | set URIs to be relative so they work with our auth redirection | Struan Donald | 2011-06-08 | -0/+1 |
| | ||||
* | Move some more functions. | Matthew Somerville | 2011-06-08 | -1/+1 |
| | ||||
* | Start moving stuff out of Problems.pm, do JSON as per its better-way comment. | Matthew Somerville | 2011-06-08 | -1/+1 |
| | ||||
* | Remove fake_q and most of now-unused Page.pm. | Matthew Somerville | 2011-06-07 | -37/+0 |
| | ||||
* | Improve email headers in emails sent. | Matthew Somerville | 2011-06-07 | -1/+5 |
| | ||||
* | Move most of questionnaire cron to ResultSet so it can be called and tested ↵ | Matthew Somerville | 2011-06-02 | -0/+23 |
| | | | | from test. | |||
* | Put cobrand confirm/submit emails in templates, not locale, adjust email ↵ | Matthew Somerville | 2011-06-02 | -5/+8 |
| | | | | handling to cope with multiple languages for a cobrand, add Email::MIME (though unused at present), and start send-reports working. | |||
* | if appropriate generate language specific uris for emails | Struan Donald | 2011-05-26 | -1/+1 |
| | ||||
* | Templating of OSM map. | Matthew Somerville | 2011-05-25 | -0/+13 |
| | ||||
* | Switch to Catalyst::Plugin::Unicode::Encoding as it handles incoming ↵ | Matthew Somerville | 2011-05-19 | -1/+3 |
| | | | | arguments better. | |||
* | RSS and robots for problem display pages. | Matthew Somerville | 2011-05-19 | -1/+1 |
| | ||||
* | change cobrand url to uri and change all c.cobrand.url to c.uri_for in templates | Edmund von der Burg | 2011-04-15 | -6/+6 |
| | ||||
* | Use cobrand::url in ->uri_for | Edmund von der Burg | 2011-04-15 | -1/+25 |
| | ||||
* | Proper FakeQ object to interface with old code | Edmund von der Burg | 2011-04-15 | -6/+28 |
| | ||||
* | Replace all $c->req with s->fake_q so that we isolate the old setup | Edmund von der Burg | 2011-04-14 | -1/+1 |
| | ||||
* | add ->fake_q stub | Edmund von der Burg | 2011-04-14 | -0/+17 |
| | ||||
* | Added 'uri_for_email' method and switched some tokens over to it | Edmund von der Burg | 2011-04-11 | -0/+21 |
| | ||||
* | Add the 'remember_me' checkbox on login | Edmund von der Burg | 2011-04-07 | -1/+1 |
| | ||||
* | Fix bugs introduced with overrides form | Edmund von der Burg | 2011-04-07 | -6/+6 |
| | ||||
* | Added overrides to staging servers to make testing/dev easier | Edmund von der Burg | 2011-04-06 | -10/+85 |
| | ||||
* | Fix - configure maps when setting up cobrand | Edmund von der Burg | 2011-04-04 | -0/+3 |
| | ||||
* | Handle problem confirmation tokens in catalyst and get all tests working | Edmund von der Burg | 2011-03-28 | -0/+3 |
| | ||||
* | use .txt suffix on email templates | Edmund von der Burg | 2011-03-23 | -1/+1 |
| | ||||
* | Use unicode plugin | Edmund von der Burg | 2011-03-21 | -0/+1 |
| | ||||
* | Change emails to use construct_email from mySociety::Email for encoding and ↵ | Edmund von der Burg | 2011-03-03 | -4/+21 |
| | | | | line wrapping | |||
* | Check that UTF8 in emails works | Edmund von der Burg | 2011-03-03 | -0/+3 |
| | ||||
* | Simple email sending | Edmund von der Burg | 2011-03-02 | -1/+48 |
| | ||||
* | Added authentication plugins | Edmund von der Burg | 2011-03-01 | -3/+29 |
| | ||||
* | Remove cruft relating to config loading | Edmund von der Burg | 2011-02-28 | -14/+4 |
| | ||||
* | Explicitly set gettext_dir so that it does not matter where calling script ↵ | Edmund von der Burg | 2011-02-24 | -1/+12 |
| | | | | file is located | |||
* | Return lang to set in HTML | Edmund von der Burg | 2011-02-24 | -3/+5 |
| | | | | | | added 'is_default' method to cobrands tests for i18n (includin checking *.mo files generated) more debug output in footer | |||
* | More work on the Cobrand and setting for request | Edmund von der Burg | 2011-02-23 | -15/+63 |
| | | | | test to see welsh about us page | |||
* | Added About controller | Edmund von der Burg | 2011-02-23 | -0/+6 |
| | | | | | put 'loc' stub in place for i18n in templates server static files | |||
* | use absolute path to config file | Edmund von der Burg | 2011-02-22 | -5/+5 |
| | ||||
* | load config from conf/general into FixMyStreet::App | Edmund von der Burg | 2011-02-22 | -17/+11 |
| |