Chris Morgan
25edd78c73
Layout improvements. Change default inner padding for html_frame_start() from 5 to 0, this
...
lets us eliminate the white spacing between frames and their contents. Add in a
div.default_container class that has a 5px padding to replace the now not present default
spacing.
2007-05-02 01:08:22 +00:00
Alexander Nicolaysen Sørnes
982dc97756
Always read input first in downloadurl::outputEditorSingle(). Makes sure changes aren't lost
...
when reloading the form due to input errors
2007-04-24 23:38:41 +00:00
Alexander Nicolaysen Sørnes
995076af3b
Fix warnings in downloadurl::processForm(). Calling this method with inappropriate $aClean[]
...
data is perfectly valid but in tht case the function should return silently
2007-04-21 19:46:17 +00:00
Chris Morgan
434de30b9c
Correct a few undefined variable errors brought out by the unit tests
2007-04-21 01:17:38 +00:00
Alexander Nicolaysen Sørnes
89535dbe01
Use objectMakeLink()/Url() in more places
2007-04-03 02:08:44 +00:00
Chris Morgan
465f5aa58a
Code changes to fix issues that appear to affect php4 but not php5
2007-01-18 03:21:27 +00:00
Alexander Nicolaysen Sørnes
8afd6878d8
Allow download urls on version submission
2007-01-18 02:34:19 +00:00
Alexander Nicolaysen Sørnes
917851fceb
Fix naming of OutputEditor() to be outputEditor()
2007-01-17 03:18:49 +00:00
Alexander Nicolaysen Sørnes
6bf83a0a3b
Add more downloadurl functions and use them in processForm()
2007-01-17 03:16:22 +00:00
Alexander Nicolaysen Sørnes
c71697dc5b
Rename downloadurl::editor to OutputEditor for better conformance with other classes
2007-01-16 04:25:56 +00:00
Alexander Nicolaysen Sørnes
ced09a3c9c
Fix editing of download URLs caused by a typo in a variable name.
2007-01-07 22:59:31 +00:00
Alexander Nicolaysen Sørnes
558d2e95db
Fixes for download URL mails
2007-01-07 20:50:12 +00:00
Alexander Nicolaysen Sørnes
1c0549c7bc
Fix removal of download URLs. When checked, bRemove should have a value of "true".
2007-01-07 20:48:45 +00:00
Alexander Nicolaysen Sørnes
af877bfc70
processForm needs to be passed the $aClean array
2007-01-06 01:08:35 +00:00
Alexander Nicolaysen Sørnes
52a155588c
Add the ability to add download URLs to application versions. They are
...
displayed in the version view marked as 'free downloads'. The links will
later be used to allow browsing of downloadable applications.
2007-01-05 05:20:05 +00:00