log admin.js @ 1067:82ecea33c477

age author description
Tue, 24 Jan 2017 16:43:58 +0200 Matti Hamalainen Various cleanups.
Sat, 21 Nov 2015 17:01:59 +0200 Matti Hamalainen Implement compo voting enable/disable in entry pages.
Fri, 20 Nov 2015 18:13:10 +0200 Matti Hamalainen No need for notes field in compo addition.
Fri, 20 Nov 2015 18:04:03 +0200 Matti Hamalainen Use stylesheet for admin interface active/inactive tab differentiation
Fri, 20 Nov 2015 10:48:18 +0200 Matti Hamalainen Implement force reloading of show screen web-page.
Fri, 20 Nov 2015 08:38:38 +0200 Matti Hamalainen Add votekey information blurb.
Fri, 20 Nov 2015 07:54:48 +0200 Matti Hamalainen Refresh entry status in entry compo listing when adding/deleting/updating.
Fri, 20 Nov 2015 07:28:53 +0200 Matti Hamalainen Reintroduce per-entry preview_type.
Thu, 15 Jan 2015 10:31:00 +0200 Matti Hamalainen Update copyrights.
Sat, 29 Nov 2014 20:03:33 +0200 Matti Hamalainen Add a bigger warning.
Sat, 29 Nov 2014 13:08:17 +0200 Matti Hamalainen Add compo notes field.
Thu, 27 Nov 2014 14:04:45 +0200 Matti Hamalainen Fixes ..
Thu, 27 Nov 2014 12:01:38 +0200 Matti Hamalainen Possibly address concurrency / switching tabs while uploading.
Wed, 26 Nov 2014 15:59:29 +0200 Matti Hamalainen Add esc cancel/close to admin popups as well.
Wed, 26 Nov 2014 12:11:25 +0200 Matti Hamalainen Cleanups.
Wed, 26 Nov 2014 11:45:30 +0200 Matti Hamalainen File upload fixes.
Wed, 26 Nov 2014 10:30:39 +0200 Matti Hamalainen Keep edit state after file upload in updateEntry().
Wed, 26 Nov 2014 10:02:41 +0200 Matti Hamalainen Add new helper function jsErrorMessageBox() and use it where appropriate.
Wed, 26 Nov 2014 00:21:17 +0200 Matti Hamalainen Remove per entry preview_type, I don't think it is needed after all.
Thu, 20 Nov 2014 15:45:19 +0200 Matti Hamalainen Only COMPO_NORMAL compo type sets new compo_id. Handle cases that do not.
Thu, 20 Nov 2014 11:43:55 +0200 Matti Hamalainen Cosmetic.
Thu, 20 Nov 2014 09:27:33 +0200 Matti Hamalainen Make compo ID changing more pleasant.
Thu, 20 Nov 2014 09:03:33 +0200 Matti Hamalainen Clear inactive tab DOM node when changing active tab.
Thu, 20 Nov 2014 09:03:16 +0200 Matti Hamalainen Add some comments.
Thu, 20 Nov 2014 08:26:55 +0200 Matti Hamalainen Implement per entry preview type editing.
Thu, 20 Nov 2014 08:01:04 +0200 Matti Hamalainen Rework entry editing. Still needs cosmetic work, etc.
Tue, 18 Nov 2014 22:41:06 +0200 Matti Hamalainen Move tab-related code from majax module to admin.js.
Wed, 12 Nov 2014 16:31:35 +0200 Matti Hamalainen Add registration host.
Tue, 11 Nov 2014 01:18:51 +0200 Matti Hamalainen Add notes and evalue fields to postvars.
Mon, 10 Nov 2014 21:26:23 +0200 Matti Hamalainen Add default preview_type for compos, and remove preview_file element from
Sun, 09 Nov 2014 23:12:21 +0200 Matti Hamalainen Improve active entry handling.
Sun, 09 Nov 2014 23:11:40 +0200 Matti Hamalainen Comments, cosmetics.
Sun, 09 Nov 2014 19:24:18 +0200 Matti Hamalainen Add confirmation for changing entry's compo_id.
Sun, 09 Nov 2014 19:01:43 +0200 Matti Hamalainen Remove some obsolete superfluous functions.
Sun, 09 Nov 2014 18:46:45 +0200 Matti Hamalainen Add some comments.
Sun, 09 Nov 2014 14:48:07 +0200 Matti Hamalainen A tiny bit more work on entry editing.
Mon, 03 Nov 2014 04:08:31 +0200 Matti Hamalainen Add nofail argument to jsMakePostArgs() to ignore unfound DOM elements.
Mon, 03 Nov 2014 02:14:54 +0200 Matti Hamalainen Implement changing of compo type.
Mon, 03 Nov 2014 01:58:04 +0200 Matti Hamalainen Rename a database field, so that it does not conflict with AJAX request item
Sat, 01 Nov 2014 16:16:06 +0200 Matti Hamalainen Somewhat fix compo data updating. Work is still needed to have the planned
Sat, 01 Nov 2014 13:41:26 +0200 Matti Hamalainen Modularize a bit.
Sat, 01 Nov 2014 06:18:17 +0200 Matti Hamalainen Some work on settings groups.
Sat, 01 Nov 2014 05:39:25 +0200 Matti Hamalainen Improve deletion warnings in admin interface.
Fri, 31 Oct 2014 23:13:44 +0200 Matti Hamalainen Add functionality for deleting a compo.
Mon, 27 Oct 2014 10:41:39 +0200 Matti Hamalainen Cosmetics.
Sun, 26 Oct 2014 22:46:36 +0200 Matti Hamalainen Move javascript code from admin.php to a separate file.