We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 25663 MODX Staff
    • 12,272 Posts
    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.
      Ryan Thrash, MODX Co-Founder
      Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
      • 22303 MODX Staff
      • 10,725 Posts
      Quote from: rthrash at Sep 26, 2006, 09:45 AM

      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.
      Do not commit to the trunk unless you are updating version.inc.php and changelog.txt appropriately, period. Thanks.
        • 7455
        • 2,204 Posts
        my bad I did not overwrite the whole trunk

        tha language file problem could that be a typo in the file? I had this once or twice before on an eto install in the stone age smiley

        I mean ofcource my local trunk I have no writing acces in svn
          follow me on twitter: @dimmy01
          • 10487 MODX Staff
          • 1,535 Posts
          Garry Nutting Reply #224, 20 years ago

          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
          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: 

          Possibly an issue there that needs correcting.
            Garry Nutting
            Senior Developer
            MODX, LLC

            Email: [email protected]
            Twitter: @garryn
            Web: modx.com
            • 2762
            • 1,198 Posts
            Nicola (Banzai) Reply #225, 20 years ago
            Quote from: rthrash at Sep 23, 2006, 06:05 AM

            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.


            Some fix and updates in manager themes:

            - 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)

            in all files in manager/action


            MODxLight
            - changed save, cancel,delete icons
            - some fix in css
            - .sectionHeader h3 in css file

            MODxGreen
            - four new icons (expand/contract tree , create doc and create links in the tree menu)
            - .sectionHeader h3 in css file


            MODx
            - two new icons (create doc and create links in the tree menu)
            - .sectionHeader h3 in css file
            - style.php



              Free MODx Graphic resources and Templates www.tattoocms.it
              -----------------------------------------------------

              MODx IT  www.modx.it
              -----------------------------------------------------

              bubuna.com - Web & Multimedia Design
              • 25663 MODX Staff
              • 12,272 Posts
              Anyone opposed to nuking the original MODx theme?
                Ryan Thrash, MODX Co-Founder
                Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                • 2762
                • 1,198 Posts
                Nicola (Banzai) Reply #227, 20 years ago
                Quote from: rthrash at Sep 26, 2006, 12:42 PM

                Anyone opposed to nuking the original MODx theme?

                I don’t like original MODx theme, but think it’s better remove it in 0.9.7 - first we need to update it for every people want to use it. undecided

                  Free MODx Graphic resources and Templates www.tattoocms.it
                  -----------------------------------------------------

                  MODx IT  www.modx.it
                  -----------------------------------------------------

                  bubuna.com - Web & Multimedia Design
                  • 25663 MODX Staff
                  • 12,272 Posts
                  Some fix and updates in manager themes:

                  - removed buellets from:

                  action/file.dynamic.php
                  mutate.content.dynamic
                  Just manually committed this. Thanks for the sharp eye.

                  - added <h3> tag inside all sectionHeader divs (now we can style background image and bullet in sectionheader)

                  in all files in manager/action
                  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.

                  MODxLight
                  - changed save, cancel,delete icons
                  <snip>
                  - style.php
                  There’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.
                    Ryan Thrash, MODX Co-Founder
                    Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                    • 25663 MODX Staff
                    • 12,272 Posts
                    Quote from: MadeMyDay at Sep 25, 2006, 11:31 AM

                    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?

                    http://modxcms.com/beta.html (beta 3 is now in the wild)
                      Ryan Thrash, MODX Co-Founder
                      Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                      • 25663 MODX Staff
                      • 12,272 Posts
                      I fixed the IE issue in SVN Trunk, but there’s a couple of oddities floating about still...

                      With Beta3, when clicking New Template:

                      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

                      when clicking New Chunk:

                      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

                      It looks like the broken introduction happened at rev 1516, due to the volume of newly added code in those referenced files.

                      Also, I’m not seeing any way to delete categories for resources... hmmm.
                        Ryan Thrash, MODX Co-Founder
                        Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me