sintonia/airtime_mvc/application
Yuchen Wang 485a0e8cc6 CC-3093: SoundCloud preferences do not have email or password as required fields + firefox auto-fills the password field
I just realized this:
1. Enable "Enable Soundcloud Upload" in preference and fill in the username+password, click save
2. Go back to preference, change unrelated setting like "Station Name", click save
3. Now since soundcloud password field is empty (expected, as we don't want others to see how many digits
are there), the save failed

This commit is to fix this. Created another custom validator for the password field, which does the same
thing as ConditionalNotEmpty validator but allow password field to be empty when the username/email field
wasn't changed.
2011-11-24 15:45:39 -05:00
..
configs CC-3089: Link to manual in Help menu should point to manuals.sourcefabric.org rather than flossmanuals.net 2011-11-24 14:10:04 -05:00
controllers Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-11-24 14:05:38 -05:00
forms CC-3093: SoundCloud preferences do not have email or password as required fields + firefox auto-fills the password field 2011-11-24 15:45:39 -05:00
layouts/scripts CC-2950: Tell users if they are running an out-of-date version or not 2011-11-14 00:34:53 -05:00
logging CC-2747: When metadata contains non utf-8 encoding, we should handle it 2011-08-31 14:46:21 -04:00
models Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-11-24 14:05:38 -05:00
validate CC-2166: Packaging Improvements. Moved the Zend app into airtime_mvc. It is now installed to /var/www/airtime. Storage is now set to /srv/airtime/stor. Utils are now installed to /usr/lib/airtime/utils/. Added install/airtime-dircheck.php as a simple test to see if everything is install/uninstalled correctly. 2011-04-14 18:55:04 -04:00
views CC-3077: Preference/stream-setting page has no Vorbis metadata option 2011-11-23 17:03:30 -05:00
Bootstrap.php SAAS-69: Support Settings: Change/hide some sections for SaaS 2011-11-15 16:10:40 -05:00