dadaIMC Auto-Update Announce
[dadaIMC Auto-Update] New update 9 Mar 2006
A few bug fixes and minor enhancements. Some notable aspects:
1) As always, consider updating the contents of /dt_classes/ and /
mods/autopupdate/ alone, before anything else, to avoid installation
difficulties that may rely on changes in those files. This upgrade
also implements a new Auto-Update script which will automatically
enforce this priority in the future. And the Auto-Update list is now
color-coded for easier scanning.
2) The top row navigation elements (#navrow) have been changed from
SPAN to DIV -- to prevent this from creating a "stacked" list, you
will need to adjust your stylesheets. Specifically, the default
stylesheet makes these changes:
========= TO BE REMOVED ===========
div#toprow span {
background-color: transparent;
padding: 3px 10px;
width: 80px;
}
div#toprow span:hover {
background-color: #999999;
}
div#toprow span.modselected {
background-color: #999999;
border: 1px solid #333333;
}
div#toprow #navrow {
font-weight: normal;
padding: 3px 0;
}
div#toprow #publishrow {
font-weight: bold;
padding: 3px 0;
}
========= END REMOVED ===========
and have been replaced by
========= TO BE ADDED ===========
div#navrow {
font-weight: normal;
padding: 0;
}
div#navrow div:hover {
background-color: #999999;
text-align: center;
}
div#navrow div.navlink {
background-color: transparent;
border-bottom: 1px solid #333333;
border-right: 1px solid #aaaaaa;
float: left;
min-width: 60px;
padding: 1px 6px;
position: relative;
text-align: center;
width: 80px;
}
div#publishrow {
clear: both;
font-weight: bold;
padding: 3px 0;
text-align: right;
}
div#publishrow span {
background-color: transparent;
padding: 3px 10px;
width: 80px;
}
========= END ADDED ===========
Adjust colors, widths, etc to suit your stylesheet.
3) The anti-spam captcha image field can now be added to the Newswire
and Media Gallery modules. There is a new per-module preference in
Admin->Site Prefs:Misc.
4) Module edit pages now have a tabbed interface, and allow you to
view/change/add per-module preferences from that screen.
5) Stylesheet editing now allows "Delete Selector" and the addition
of new properties to an existing selector to occur without page refresh.
ChangeLog included below:
Anything marked with #!# is VERY IMPORTANT! Pay attention!
2006-03-09 11:37
----------------
Added anti-spam option to Media Gallery and Newswire modules
Update Stylesheet editing to allow more events to occur without
refreshing the page
2006-02-15 14:54
----------------
#!# There are new images in this update, so don't exclude
/images/ from the update listing
#!# Updated Auto-Update module to automatically force priority
of updates in /dt_classes/ and /mods/autoupdates/
#!# Top row navigation elements are now DIVs rather than SPANs;
You may need to add "display: inline;float:left;" to your
stylesheets to adjust them
Fixed bug in ImageMagick implementation of create_random_image()
Fixed javascript vulnerability in URLs that use the newWin()
function to open new browser window
Fixed bug allowing user to hack email_validation setting when
creating a new user
Removed fallback to get_mime_by_suffix in handling of media
uploads; now, if we can't determine the MIME type of the
file upon upload, it is considered untrusted and will
not be displayed
Replaced several calls to newWin() with calls to make_clickable()
function for unified handling
Removed "module" property (and references) of Stylesheets
Added mod_prefs for OtherPress to control number of articles
displayed in sidebar, and number of days to consider recent
Fixed missing global declaration of g_configdir in Prefs update()
Check is_file() before including Arbitrary Sidebars
Fixed bug when adding more upload fields to Media edit from the
/editor/ pages
Fixed bug in dt_Feature that aborted page load when loading some
Features with thumbnails
Added breadcrumb navigation on Editorial Administration pages
Removed superfluous use of htmlspecialchars() in various places
Fixed some calls to uncache() that ignored subsite settings
Added tabbed interface to module editing page
Added tabbed interface to error logs pages
Modification dates added to HTML comment inserting cache file
Added format_icon() function to indicate what text format is
accepted by various input fields
New icons for setting image alignment with media uploads
Added check for Blocked IP in update() function to catch automated
post submissions
Added option to send approval vote on "Make this a feature"
Updated formatting of auto-update module
Minor tweaks to cleantext() routines for better handling
Cheers,
spud.
-------------------------------------------------------------
a.h.s. boy
support-AT-dadaimc.org
dadaIMC support
www.dadaimc.org/
-------------------------------------------------------------
-------------
To unsubscribe, send blank email
to dadaIMC-autoupdate-off-AT-lists.dadaimc.org
1) As always, consider updating the contents of /dt_classes/ and /
mods/autopupdate/ alone, before anything else, to avoid installation
difficulties that may rely on changes in those files. This upgrade
also implements a new Auto-Update script which will automatically
enforce this priority in the future. And the Auto-Update list is now
color-coded for easier scanning.
2) The top row navigation elements (#navrow) have been changed from
SPAN to DIV -- to prevent this from creating a "stacked" list, you
will need to adjust your stylesheets. Specifically, the default
stylesheet makes these changes:
========= TO BE REMOVED ===========
div#toprow span {
background-color: transparent;
padding: 3px 10px;
width: 80px;
}
div#toprow span:hover {
background-color: #999999;
}
div#toprow span.modselected {
background-color: #999999;
border: 1px solid #333333;
}
div#toprow #navrow {
font-weight: normal;
padding: 3px 0;
}
div#toprow #publishrow {
font-weight: bold;
padding: 3px 0;
}
========= END REMOVED ===========
and have been replaced by
========= TO BE ADDED ===========
div#navrow {
font-weight: normal;
padding: 0;
}
div#navrow div:hover {
background-color: #999999;
text-align: center;
}
div#navrow div.navlink {
background-color: transparent;
border-bottom: 1px solid #333333;
border-right: 1px solid #aaaaaa;
float: left;
min-width: 60px;
padding: 1px 6px;
position: relative;
text-align: center;
width: 80px;
}
div#publishrow {
clear: both;
font-weight: bold;
padding: 3px 0;
text-align: right;
}
div#publishrow span {
background-color: transparent;
padding: 3px 10px;
width: 80px;
}
========= END ADDED ===========
Adjust colors, widths, etc to suit your stylesheet.
3) The anti-spam captcha image field can now be added to the Newswire
and Media Gallery modules. There is a new per-module preference in
Admin->Site Prefs:Misc.
4) Module edit pages now have a tabbed interface, and allow you to
view/change/add per-module preferences from that screen.
5) Stylesheet editing now allows "Delete Selector" and the addition
of new properties to an existing selector to occur without page refresh.
ChangeLog included below:
Anything marked with #!# is VERY IMPORTANT! Pay attention!
2006-03-09 11:37
----------------
Added anti-spam option to Media Gallery and Newswire modules
Update Stylesheet editing to allow more events to occur without
refreshing the page
2006-02-15 14:54
----------------
#!# There are new images in this update, so don't exclude
/images/ from the update listing
#!# Updated Auto-Update module to automatically force priority
of updates in /dt_classes/ and /mods/autoupdates/
#!# Top row navigation elements are now DIVs rather than SPANs;
You may need to add "display: inline;float:left;" to your
stylesheets to adjust them
Fixed bug in ImageMagick implementation of create_random_image()
Fixed javascript vulnerability in URLs that use the newWin()
function to open new browser window
Fixed bug allowing user to hack email_validation setting when
creating a new user
Removed fallback to get_mime_by_suffix in handling of media
uploads; now, if we can't determine the MIME type of the
file upon upload, it is considered untrusted and will
not be displayed
Replaced several calls to newWin() with calls to make_clickable()
function for unified handling
Removed "module" property (and references) of Stylesheets
Added mod_prefs for OtherPress to control number of articles
displayed in sidebar, and number of days to consider recent
Fixed missing global declaration of g_configdir in Prefs update()
Check is_file() before including Arbitrary Sidebars
Fixed bug when adding more upload fields to Media edit from the
/editor/ pages
Fixed bug in dt_Feature that aborted page load when loading some
Features with thumbnails
Added breadcrumb navigation on Editorial Administration pages
Removed superfluous use of htmlspecialchars() in various places
Fixed some calls to uncache() that ignored subsite settings
Added tabbed interface to module editing page
Added tabbed interface to error logs pages
Modification dates added to HTML comment inserting cache file
Added format_icon() function to indicate what text format is
accepted by various input fields
New icons for setting image alignment with media uploads
Added check for Blocked IP in update() function to catch automated
post submissions
Added option to send approval vote on "Make this a feature"
Updated formatting of auto-update module
Minor tweaks to cleantext() routines for better handling
Cheers,
spud.
-------------------------------------------------------------
a.h.s. boy
support-AT-dadaimc.org
dadaIMC support
www.dadaimc.org/
-------------------------------------------------------------
-------------
To unsubscribe, send blank email
to dadaIMC-autoupdate-off-AT-lists.dadaimc.org
Report Bugs
dadaIMC uses the Mantis bug-tracking system for bug reporting. Please use it! And check for existing reports of your bug before submitting a new one.
CVS
The current CVS version of dadaIMC is now browseable online. Be forewarned, though, that it is not always in a useable state as-is!
Donations
Support development!
