Do not commit to the trunk unless you are updating version.inc.php and changelog.txt appropriately, period. Thanks.
Dimmy, if you look at the commit logs, you can see which files were changed in each revision. Version comes from version.inc.php, so if it’s not updated with each commit, it will use the last altered value.

It looks like there are some dodgy characters at the start of the nederlands.inc.php (just before the <?php tag) - viewing plain text output from the MODx trac site, I’m seeing these: 
Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/hilverda.eu/httpdocs/manager/includes/lang/nederlands.inc.php:1) in /home/httpd/vhosts/hilverda.eu/httpdocs/manager/processors/save_settings.processor.php on line 37
The SVN trunk now includes some alterations to the core frames than when the themes were created. Most notable is the inclusion of a styles.php file. This is intended to serve as the location to put all image files so that each theme can have different image names. Also, the tree menu header now includes a couple of new additions: add page(/folder) and add weblink. We’ll need icons made for those as well.
The section headers also now need any bullets/dots added to the CSS, as I’ve removed those from the code completely (let me know if i’ve missed any please!). I’m debating as to whether or not we should do further cleanups to the manager action page files, like turning all the markup around the what functions as page titles into simple, semantic headers.
Anyone opposed to nuking the original MODx theme?

Some fix and updates in manager themes:Just manually committed this. Thanks for the sharp eye.
- removed buellets from:
action/file.dynamic.php
mutate.content.dynamic
- added <h3> tag inside all sectionHeader divs (now we can style background image and bullet in sectionheader)This can be done with just the .sectionHeader alone, but i suppose having a nested option would allow for more styling flexibility for the inevitable manager themers.
in all files in manager/action
MODxLightThere’s quite a few changes that have been updated to the frames that might affect some of these changes. I’m also continuing to tweak the hard coded image references to the styles.php file.
- changed save, cancel,delete icons
<snip>
- style.php
is it possible to upload the newest rev as a zip? Thanks!
Other question: Are there changes within the beta builds concerning the database-structure? Or can I overwrite my beta2-install with the new one?
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /manager/actions/mutate_templates.dynamic.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /manager/includes/header.inc.php:18) in /manager/actions/mutate_templates.dynamic.php on line 50
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /manager/actions/mutate_htmlsnippet.dynamic.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /manager/includes/header.inc.php:18) in /manager/actions/mutate_htmlsnippet.dynamic.php on line 50
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /manager/actions/mutate_htmlsnippet.dynamic.php on line 79