Datepicker js optimization
- Sep 02, 2015
-
-
Paul Mather authored
Configure Action Mailer to send e-mail in production but not in development. Action Mailer is set to use the sendmail transport. We also set the address to send mail to in the Contact form and the e-mail address the contact form appears to come from, too. For now, root@localhost is being used as a placeholder address in production.rb, until a permanent delivery address is obtained. Note: the ContactForm configuration options were rather obscure to discern. Allow the creator to autocomplete for batch upload. This adds the ./app/views/batch/_metadata.html.erb file as it exists in Sufia 6.2.0, and adds the datarepo-autocomplete class to the creator tag. The contributor and date_created fields already have their enhanced behaviors thanks to the more_metadata partial's reuse of the Hydra Editor field partials. CAS is the only log in option. Logout now provides a link to log out of all of CAS. remove all mentioning of package and collection to dataset. LIBTD-174 Changed view of required message This is a bugfix for LIBTD-178: Edit generic file page: "* indicates required fields" should not a header Copied app/views/generic_files/_descriptions.html.erb from projecthydra/sufia to data-repo and modified html to fix the view related bug Changed h1 to h2 for Descriptions on generic_file Update project name to VTechData. #LIBTD-190 Rewrite of Datepicker ID change code The ID change of datepicker is no longer done by reading, slicing and changing the id Datepicker grabbing from mutation added nodes changed Refactored datepicker Id var name Fixed id related issue regarding multiple date fields Minor modifications Changed a constant var value Simplified some parts Re-added node lenght to prevent skipping datepickerNumber Fixed issue with multiple instances of datepicker Rewrite of Datepicker ID change code The ID change of datepicker is no longer done by reading, slicing and changing the id Removed initial id changing
-