Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | fix up basic auth for admin settings: get credentials from config, cause ↵ | Seb Bacon | 2011-07-06 | -10/+53 | |
| | | | | | | | | | | | | default (where no config) to skip authorization completely, add tests for these | ||||
| * | | The tests require an "es" locale in the routes | Seb Bacon | 2011-07-06 | -0/+2 | |
| | | | |||||
| * | | Get default locale from config, and set default values to work with tests etc | Seb Bacon | 2011-07-06 | -2/+4 | |
| | | | |||||
| * | | Fix HTML to pass HTML4.01 strict validation during testing | Seb Bacon | 2011-07-06 | -1/+2 | |
| | | | |||||
| * | | When testing, don't HTML-validate Unauthorized responses | Seb Bacon | 2011-07-06 | -1/+7 | |
| | | | |||||
| * | | initial merge of Kosovan branch; still need to get tests passing, factor out ↵ | Seb Bacon | 2011-07-06 | -1173/+18897 | |
| |\ \ | | | | | | | | | | | | | Kosovan-specific code | ||||
| | * | | I18n string for views | Faton Selishta | 2011-06-30 | -85/+67 | |
| | | | | |||||
| | * | | I18n string for models | Faton Selishta | 2011-06-30 | -68/+75 | |
| | | | | |||||
| | * | | I18n string for controllers | Faton Selishta | 2011-06-30 | -103/+105 | |
| | | | | |||||
| | * | | new images for front | Faton Selishta | 2011-06-30 | -0/+0 | |
| | | | | |||||
| | * | | added alaveteli theme | Faton Selishta | 2011-06-30 | -0/+3712 | |
| | | | | |||||
| | * | | Latest i18n PO files | Faton Selishta | 2011-06-25 | -1/+31 | |
| | | | | |||||
| | * | | latest app.pot file | Faton Selishta | 2011-06-25 | -19/+405 | |
| | | | | |||||
| | * | | Latest i18n PO files | Faton Selishta | 2011-06-23 | -90/+467 | |
| | | | | |||||
| | * | | new request states for our code | Faton Selishta | 2011-06-14 | -0/+9 | |
| | | | | |||||
| | * | | Take out from cache home part | Faton Selishta | 2011-06-14 | -2/+2 | |
| | | | | |||||
| | * | | Fixed some syntax errors | Faton Selishta | 2011-06-14 | -20/+18 | |
| | | | | |||||
| | * | | change an harcodet link | Faton Selishta | 2011-06-14 | -1/+1 | |
| | | | | |||||
| | * | | some string fixed | Faton Selishta | 2011-06-08 | -2/+2 | |
| | | | | |||||
| | * | | new localised static page for help | Faton Selishta | 2011-06-06 | -4/+2159 | |
| | | | | |||||
| | * | | I18n fix | Faton Selishta | 2011-06-02 | -274/+7153 | |
| | | | | |||||
| | * | | some help content for new request | Faton Selishta | 2011-06-02 | -10/+8 | |
| | | | | |||||
| | * | | Specific code for our requirements (kosovo law, our request etc..) | Faton Selishta | 2011-06-02 | -8/+52 | |
| | | | | |||||
| | * | | Fixed i18n strings | Faton Selishta | 2011-06-02 | -90/+63 | |
| | | | | |||||
| | * | | latest en .po files | Faton Selishta | 2011-06-02 | -255/+324 | |
| | | | | |||||
| | * | | latest i18n PO files | Faton Selishta | 2011-04-29 | -58/+2189 | |
| | | | | |||||
| | * | | Fixed i18n strings | Faton Selishta | 2011-04-29 | -27/+16 | |
| | | | | |||||
| | * | | fixed i18n strings | Faton Selishta | 2011-04-27 | -46/+46 | |
| | | | | |||||
| | * | | i18n PO files | Faton Selishta | 2011-04-26 | -41/+2037 | |
| | | | | |||||
| | * | | Fix a bug of translation | Faton Selishta | 2011-04-26 | -2/+1 | |
| | | | | |||||
| | * | | added i18n strings in controller's template | Faton Selishta | 2011-04-26 | -3/+3 | |
| | | | | |||||
| | * | | added i18n strings in view templates | Faton Selishta | 2011-04-26 | -584/+579 | |
| | | | | |||||
* | | | | The generated Message-Id value uses the id of the OutgoingMessage, which | Robin Houston | 2011-07-08 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | is not assigned till the object is saved. So we need to save it before we send the message. | ||||
* | | | | typo | Robin Houston | 2011-07-08 | -1/+1 | |
| | | | | |||||
* | | | | If there’s a unique guess as to the correct info request an incoming | Robin Houston | 2011-07-08 | -1/+5 | |
| | | | | | | | | | | | | | | | | message should be associated with, prepopulate the "move" form with it. | ||||
* | | | | Upgrade commonlib | Robin Houston | 2011-07-08 | -0/+0 | |
| | | | | |||||
* | | | | config/general.yml is just as good as config/general | Robin Houston | 2011-07-08 | -1/+1 | |
| | | | | |||||
* | | | | Update commonlib | Robin Houston | 2011-07-08 | -0/+0 | |
| | | | | |||||
* | | | | Update commonlib | Robin Houston | 2011-07-08 | -0/+0 | |
| | | | | |||||
* | | | | Correct over-zealous search-and-replace error. | Robin Houston | 2011-07-08 | -2/+2 | |
| | | | | |||||
* | | | | The LibYAML parser seems to have a problem with comments at the ends of lines. | Robin Houston | 2011-07-08 | -5/+12 | |
| | | | | |||||
* | | | | Let’s just ignore anything with a .deployed extension in the config directory | Robin Houston | 2011-07-08 | -5/+1 | |
| | | | | |||||
* | | | | Change the config file to YAML, rather than PHP. | Robin Houston | 2011-07-08 | -69/+58 | |
| | | | | |||||
* | | | | Include the id of the OutgoingMessage in the SMTP Message-Id, and | Robin Houston | 2011-07-07 | -5/+24 | |
| |_|/ |/| | | | | | | | | | | | | | | record the full Message-Id in the event log. Closes #70. | ||||
* | | | More admin links in request pages. | Robin Houston | 2011-07-06 | -7/+14 | |
| | | | | | | | | | | | | Closes #46. | ||||
* | | | Do not attempt to display the locale switcher if it would fail to render. | Robin Houston | 2011-07-06 | -12/+12 | |
| | | | | | | | | | | | | Closes #59. (In conjunction with the removal of translate_routes)) | ||||
* | | | Ignore .DS_Store files. | Robin Houston | 2011-07-06 | -0/+1 | |
| | | | |||||
* | | | Remove the translate_routes plugin, for now, because it appears to | Robin Houston | 2011-07-06 | -821/+1 | |
| | | | | | | | | | | | | be the cause of several difficult bugs related to routing. | ||||
* | | | Correct the links to the list of banned users. | Robin Houston | 2011-07-06 | -2/+2 | |
| | | | | | | | | | | | | (I assume this path has changed?) | ||||
* | | | Fix the routing for "destroy censor rule". | Robin Houston | 2011-07-06 | -1/+1 | |
|/ / |