- 30 Jan, 2008 12 commits
-
-
Nigel McNie authored
Added javascript file to handle JS for site options page. Enforces reload of the page if certain settings are changed. Fixes #718.
-
Nigel McNie authored
-
Nigel McNie authored
Added a 'reply' method and made it call a PHP callback when a form needs replying to. I'm sure this is badly designed but will clean it up later.
-
Nigel McNie authored
-
Nigel McNie authored
A whole bunch of minor cleanups, adding some short statements to the admin pages so people know what they are fore.
-
Nigel McNie authored
Added callback for the 'replycallback' feature of pieforms, which helps handle forms that can be submitted by both js and non js better.
-
Nigel McNie authored
Named the site pages page more consistently - it's now 'edit site pages'. Deleted the inline javascript, it's now in a separate file.
-
Nigel McNie authored
Some stylistic cleanups. Removed the 'artefact view inactivity time' setting - it doesn't do anything. Make the form work with javascript disabled.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
- 29 Jan, 2008 22 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
Make sure that the institution dropdown on admin user search is set appropriately after doing a search. Move some language strings out of view.php and update places in the admin section where they are referenced.
-
Nigel McNie authored
-
Nigel McNie authored
Prevent javascript errors when submitting a new search, caused by elements not existing. This makes the search AJAX again.
-
Nigel McNie authored
-
Richard Mansfield authored
When cofiguring a newly created block instance, the cancel button removes it rather than cancelling edits
-
Nigel McNie authored
Put the 'locked fields' in a fieldset when adding/editing an institution. This shortens the default length of the institution form quite considerably.
-
Nigel McNie authored
Move the search form generation to before the call to pieform_get_headdata() so that the pieform JS files are included when necessary. Also, remove errant second call to smarty_core(). That must've been slowing things down a bit.
-
Nigel McNie authored
-
Nigel McNie authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
Hack to avoid sending multiple watchlist notifications on the same view (doesn't really fix bug 1879)
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Don't select any elements to load by default - pieforms handles loading and unloading of wysiwyg editors now. However, they're still handled by tinymce for the views interface.
-
Nigel McNie authored
-
Nigel McNie authored
Added a helper function to ensure that whether javascript is on or off, the profile form will submit successfully.
-
Nigel McNie authored
Add a configuration parameter for where the javascript files for Pieforms are located (new in pieforms 0.3)
-
Nigel McNie authored
Trigger tinyMCE to save all elements on the page when submitting a form. Removes a workaround from pieforms.
-
Nigel McNie authored
Use the pieform hooks to load/remove TinyMCE instances. This means that they get loaded and reloaded properly when the forms are submitted by AJAX.
-
- 28 Jan, 2008 6 commits
-
-
Nigel McNie authored
-
Richard Mansfield authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-