aboutsummaryrefslogtreecommitdiffstats
path: root/public
Commit message (Collapse)AuthorAgeLines
* Fix unecessary horizontal scrolling in layoutSeb Bacon2011-09-16-1/+2
|
* Preserve search text when flipping between result types. Fixes #187.Seb Bacon2011-09-16-0/+8
|
* Bump up the size of text on form notes (it's often quite important)Seb Bacon2011-09-16-0/+1
|
* Fix test failures resulting from commit 0f0854cd60aebde1b4a69e455ee40686c4ab0353Seb Bacon2011-09-15-0/+4
|
* Simplify the "Send follow up" / "Reply" UI: only offer singe "Write a reply" ↵Seb Bacon2011-09-15-1/+1
| | | | option, and on the next page, give the user the opportunity to change the recipient from the default (the last valid sender of a message) to any other valid recipient. Closes #35.
* Align headers on new request form, and indent comments slightly to ↵Seb Bacon2011-09-15-1/+10
| | | | differentiate them.
* Provide ability to download zip file containing complete request. Closes #11Seb Bacon2011-09-13-3/+6
|
* More design tweaks from NickSeb Bacon2011-09-13-7/+62
|
* A first stab at a sane print stylesheet. Fixes #16.Seb Bacon2011-09-12-0/+43
|
* Modify "link to this" behaviour: make it pop up a box with an input ↵Seb Bacon2011-09-12-12/+80
| | | | prefilled with the URL, and display it with an icon rather than text. Fixes #172.
* design fixes from Nick to address Kersti's bug listSeb Bacon2011-09-09-1/+93
|
* Reinstate missing font sizing / faceSeb Bacon2011-09-05-0/+2
|
* Hide the search filters when we're previewing a public body as part of the ↵Seb Bacon2011-09-05-0/+6
| | | | new request workflow
* Merge branch 'develop' of github.com:sebbacon/alaveteli into develop, fix ↵Seb Bacon2011-09-05-9/+483
|\ | | | | | | conflicts
| * Remove symbolic link to theme added by mistakeDavid Cabo2011-09-03-1/+1
| |
| * Merge branch 'develop' of github.com:sebbacon/alaveteli into developDavid Cabo2011-09-03-13/+100
| |\
| * \ Merge branch 'asktheeu-new-design' into develop (update New Request workflow ↵David Cabo2011-09-01-9/+483
| |\ \ | | | | | | | | | | | | to match new wireframes)
| | * \ Merge branch 'new-base-design-seb' into asktheeu-new-designDavid Cabo2011-08-24-0/+1
| | |\ \
| | * \ \ Merge branch 'new-base-design-seb' into asktheeu-new-designDavid Cabo2011-08-24-67/+249
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/general/frontpage.rhtml app/views/layouts/default.rhtml app/views/request/new.rhtml public/stylesheets/theme.css
| | * | | | Add Home link to navigation barDavid Cabo2011-08-23-1/+1
| | | | | |
| | * | | | Improve layout of public body page when embedded via AJAXDavid Cabo2011-08-23-5/+7
| | | | | |
| | * | | | Merge branch 'asktheeu' into asktheeu-new-designDavid Cabo2011-08-22-7/+788
| | |\ \ \ \
| | | * \ \ \ Merge branch 'fixes' into asktheeuDavid Cabo2011-08-17-0/+307
| | | |\ \ \ \
| | | | * | | | Draft UI for tabbed multi-locale public body handlingDavid Cabo2011-08-17-0/+307
| | | | | | | |
| | | * | | | | Move log-in point to before Preview and fix modal sign-in and sign-up redirectsDavid Cabo2011-08-11-0/+11
| | | | | | | |
| | | * | | | | move authority preview sidebar higher in the layoutDavid Cabo2011-08-08-1/+5
| | | | | | | |
| | | * | | | | New Request wireframe: implemente modal sign-in processDavid Cabo2011-08-02-0/+405
| | | | | | | |
| | | * | | | | implementing new request wireframes: new page to select authority to write toDavid Cabo2011-08-02-0/+24
| | | | | | | |
| | | * | | | | Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeuDavid Cabo2011-07-28-0/+2
| | | |\ \ \ \ \
| | | * | | | | | improved layout of special notes when creating a new requestDavid Cabo2011-07-26-0/+7
| | | | | | | | |
| | | * | | | | | Adapting New Request flow to new wireframes: added type ahead search when ↵David Cabo2011-07-26-7/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | creating new requests (added missing CSS)
| | | * | | | | | Adapting New Request flow to new wireframes: added type ahead search when ↵David Cabo2011-07-26-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | creating new requests
* | | | | | | | | Flash a message to users from outside the deployed country, telling them ↵Seb Bacon2011-09-05-84/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | about either (a) a website in their country, or (b) the existence of Alaveteli to help them make one themselves. Closes #124.
* | | | | | | | | Style changes to public body page (move search controls higher up page, ↵Seb Bacon2011-09-05-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clarify what the results are and that you can filter them, make it clearer what this page is for)
* | | | | | | | | Make the track-thing "unsubscribe" buttons a little smallerSeb Bacon2011-09-03-0/+6
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Make custom track queries have readable names. Closes #169.Seb Bacon2011-09-01-11/+2
| | | | | | | |
* | | | | | | | Remove a little whitespace on search resultsSeb Bacon2011-09-01-1/+0
| | | | | | | |
* | | | | | | | Merge branch 'develop' of github.com:sebbacon/alaveteli into developSeb Bacon2011-09-01-1/+94
|\ \ \ \ \ \ \ \
| * | | | | | | | Merge branch 'develop' of github.com:sebbacon/alaveteli into developSeb Bacon2011-09-01-1/+5
| |\| | | | | | |
| * | | | | | | | new frontpageSeb Bacon2011-09-01-1/+94
| | | | | | | | |
* | | | | | | | | Fixes to get tests pass following new design changesSeb Bacon2011-09-01-0/+4
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'develop' of github.com:sebbacon/alaveteli into developRobin Houston2011-08-31-52/+2398
|\| | | | | | |
| * | | | | | | Fix up styles for new search filtersSeb Bacon2011-08-30-6/+128
| | | | | | | |
| * | | | | | | Correct previous bad mergesSeb Bacon2011-08-29-82/+257
| | | | | | | |
| * | | | | | | merge remote branch changesSeb Bacon2011-08-29-0/+18
| |\ \ \ \ \ \ \
| | * | | | | | | More new design fixes (mainly ie7)Seb Bacon2011-08-26-15/+23
| | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Add missing icon stateSeb Bacon2011-08-24-0/+1
| | | |_|_|_|/ | | |/| | | |
| | * | | | | More progress by Nick on the designSeb Bacon2011-08-24-17/+136
| | | | | | |
| | * | | | | Further design improvements and bugfixesSeb Bacon2011-08-23-52/+117
| | | | | | |
| | * | | | | add a default profile pictureSeb Bacon2011-08-22-1/+5
| | | | | | |