| in History | generator? | Merge date | Merge PR | Description |
|---|---|---|---|---|
| N/A | 08-27 | 1298 | fix missing question mark next to Rights | |
| N/A | 08-28 | 1299 | Fix styling of the Sort/Per-page Bar in Dashboard | |
| N/A | 08-28 | 1300 | Pin to hydra-jetty 8.4.0 until samvera/active_fedora#883 is sort… | |
| N/A | 08-31 | 1303 | Reset contact form on success, fixes #1302 | |
| N/A | 09-01 | 1306 | Increased font size and removed bold type for better legibility and a… | |
| X | 09-02 | 1304 | Allows the developer to configure the frequency of the messages pingi… | |
| X | X | 09-04 | 1307 | Add ability to upload to collection during Batch Upload |
| N/A | 09-11 | 1308 | Changed input type to select_with_modal_help to match field on batch … | |
| ? | 09-11 | 1313 | The Arkivo service sends JSON data in the body of the request, not in… | |
| X | 09-14 | 1312 | upload files into a collection starting from its show page | |
| N/A | 09-16 | 1314 | Moving admin statistics logic out of the controller. | |
| X | 09-17 | 1316 | Adding csv generation service to create csv formatted GenericFiles | |
| N/A | 09-23 | 1317 | Reformatting the statistics page to only have one date filter form | |
| X | 10-01 | 1320 | Use sufia.root_path instead of root_path | |
| X | 10-01 | 1321 | Use the Rails path helper for the contact form | |
| N/A | 10-01 | 1322 | Use the render_visibility_* helpers where possible | |
| X | X | 10-06 | 1326 | Configure mini_magick to use posix_spawn instead of open3. |
| N/A | 10-12 | 1328 | changed overflow behavior for My Files list to make the dropdown stay… | |
| X | 10-15 | 1329 | Allow override of BatchController with customized BatchUpdateJob | |
| N/A | 10-27 | 1334 | Document how to use resque-pool effectively with Sufia. | |
| X | 10-30 | 1330 | Pinning to Fedora 4.4 | |
| ? | 10-30 | 1331 | Refactoring event jobs to remove the continuos copying of code. | |
| N/A | 11-05 | 1339 | Refactor BatchUpdateJob and allow overrides | |
| N/A | 11-09 | 1341 | Linked Project Hydra to projecthydra.org | |
| N/A | 11-09 | 1345 | Rubocop fix for Rails/PluralizationGrammar from Hydra Sufia master | |
| N/A | 11-10 | 1337 | Fixes the link being wider than the image if the browser window is ex… | |
| X | 11-10 | 1344 | Pin engine_cart to 0.8 | |
| N/A | X | 11-10 | 1346 | lock collection when uploading files to a collection |
| N/A | 11-10 | 1348 | Install generator should not call generators that duplicate default c… | |
| X | X | 11-10 | 1338 | Make geonames username configurable. Closes #1336 |
Last active
November 12, 2015 18:51
-
-
Save elrayle/4a77d357406413ec6e24 to your computer and use it in GitHub Desktop.
- Configure minimagick to use posix-spawn instead of popen3 (rake task must be run). [Anna Headley]
- Citation config (TODO: flesh this out at time of next release)
- Lock manager (TODO: flesh this out at time of next release)
- Geonames username (TODO: flesh this out at time of next release) -- NOTE: must be overridden in config
- Add configuration allowing select menu on batch upload to upload files to a collection. [E. Lynette Rayle]
- Add button 'Upload files' on collection show page which goes to batch upload with collection select menu set to the calling collection [E. Lynette Rayle]
- Pin active-fedora version to ~>9.4 [E. Lynette Rayle]
- Pin hydra-collections to >=5.0.3, < 6.0 [E. Lynette Rayle]
- Pin hydra-jetty to 8.6.0, which pins Fedora to 4.4 [Adam Wead]
- Pin engine_cart to ~>0.8 [Justin Coyne]
- Use
sufia.root_pathinstead ofroot_pathin the navbar and the logo [Randy Coulman] - Do not use a hard-coded path to the contact form URL on the terms page. [Randy Coulman]
- Use
render_visibility_*helpers everywhere. [Randy Coulman] - Suppress messages to console for X seconds by appending
?notification_seconds=Xto any URL (default=30) [Hector Correa] - CSV generation service to create CSV formatted GenericFiles [Caroline Cole]
- Allow override of BatchController with customized BatchUpdateJob [Adam Wead]
- Make geonames username configurable with config config.geonames_username [tonmoy18]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment