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
    I just committed Jot 1.0 and updated eForm to 1.3 in the trunk installer... anxiously awaiting language file updates and content ... Andreas reports he’ll have some CSS updates for us all. In the interim, it looks really close all around!
      Ryan Thrash, MODX Co-Founder
      Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
      • 22815
      • 1,097 Posts
      Reet. I believe content is ready (although the blog comments will need tidying up), but the major part will be testing it in the install and making sure it’s all OK in Beta 5 (given that modx.it is running b2 1417. I’ve just had a quick look, and MaxiGallery seems to have snuck in somehow..

      Certainly it’s ready enough for Beta 5 - the public haven’t seen the new default content yet, and they’ll need at least one beta with that in to find the things that we’ve missed, even if that’s just a few days.

      I’m about to upload the full set of 12 language files for translation; these could be used in 0.9.5 B5. I’m not somewhere where I can add it to my SVN branch. Also, I’m not going to be able to help with the export of modx.it into the installer for a few days, so by all means someone pull it together. We need to double-check the single-page default page.

      May I suggest?
      Beta 5 candidate build for Team to check out - has content and new lang files (although missing translations)
      Beta 5 public release - possibly same build (after several Team members have confirmed it installs OK); if not includes whatever additional translations come back
      RC1 - has bulk of translations back.
        No, I don't know what OpenGeek's saying half the time either.
        MODx Documentation: The Wiki | My Wiki contributions | Main MODx Documentation
        Forum: Where to post threads about add-ons | Forum Rules
        Like MODx? donate (and/or share your resources)
        Like me? See my Amazon wishlist
        MODx "Most Promising CMS" - so appropriate!
        • 25663 MODX Staff
        • 12,272 Posts
        Beta 4 never made it to the public, btw. smiley

        Beta 5 would be fine there... I suppose. Jason should be able to help get the default content into the installer, as long as it’s finalized. So sounds like Jot comments and language files are the last steps then. smiley
          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
          Kyle reports that for search term highlighting to work, the following classes need to be added to the CSS:
          ajaxSearch_highlight
          ajaxSearch_highlight1
          ajaxSearch_highlight2
          ajaxSearch_highlight3
          ajaxSearch_highlight4
            Ryan Thrash, MODX Co-Founder
            Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
            • 32963
            • 1,732 Posts
            Hi,

            Just uploaded changes to my branch:

            * merge topbar, scripter and menu frames
            * Remove DynElement

            The attached screenshot shows the top menu with a blue backdrop.

            To do:

            * Replace WebElm with Mootools/Prototype
            * Merge other frames together.
              xWisdom
              www.xwisdomhtml.com
              The fear of the Lord is the beginning of wisdom:
              MODx Co-Founder - Create and do more with less.
              • 4195
              • 398 Posts
              Quote from: PaulGregory at Oct 02, 2006, 09:10 PM

              I’ve just had a quick look, and MaxiGallery seems to have snuck in somehow..

              That would be my mistake, sorry.
              It’s only the snippet entry though (no files uploaded).
              I also replaced UserComments with Jot but the blog section needs a makeover.
                Armand Pondman
                MODx Coding Team
                :: Jot :: PHx
                • 6726
                • 7,075 Posts
                Quote from: rthrash at Oct 02, 2006, 07:41 PM
                I just committed Jot 1.0 and updated eForm to 1.3 in the trunk installer... anxiously awaiting language file updates and content ... Andreas reports he’ll have some CSS updates for us all. In the interim, it looks really close all around!

                Great news Ryan smiley

                Some things remains though (unless this has been done and not yet merged) :

                1) I am running rev 1588 and I have a non-working Quickedit toolbar in FF, Opera and Safari (no text in links, while the translation file is there huh). I know there has been changes to QuickEdit with rev 1584 (jaroslav fix), but it seems there are still some issues there (unless it’s just me)

                Edit : Hmmm, I am wondering if the fact the QE language strings have been moved from the main language file to the module’s language file is not the cause of this (Keep in mind I am using the latest english and french file)... I’ll try re-uploading the old files and confirm this.

                2) In the manager (with FF and Safari), I sometimes "loose" the second level of the menu in the topbar (it does not appear when I click on a top menu item the second level disappears), I have to refresh several times to get it back (using rev1588 and the MODx Light theme). I am running PHP 5.1.6 and MySQL 5.0.22.
                  .: COO - Commerce Guys - Community Driven Innovation :.


                  MODx est l'outil id
                  • 2762
                  • 1,198 Posts
                  Quote from: rthrash at Oct 02, 2006, 12:24 PM

                  ...
                  The only thing that seems obvious to me is the missing icons in the lightblue (now plain old "MODx") theme
                  ......

                  @ Ryan there is no missing icons in MODx (LightBlue) theme.
                  MODx (LightBlue) theme does not load icons beacause when you have changed the name of theme you forgot to change the path in style.php smiley

                  from
                  $style_path = "media/style/MODxLightBlue/";

                  to
                  $style_path = "media/style/MODx/";

                  @David thank for catch I’ll fix styles in Reports > Manager Actions today wink

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

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

                    bubuna.com - Web & Multimedia Design
                    • 2762
                    • 1,198 Posts
                    a little suggestion:

                    Can we add an option in tables of all User setting (users, web users,groups, web permissions) to change the sort order? or can we change the sort order to alphabetical order?

                    Id order is not a good way to manage a lot of users or groups..
                      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
                      Quote from: PaulGregory at Oct 02, 2006, 05:00 PM

                      Can whoever is merging jaroslav’s changes in please use the existing langs, ie:
                      $_lang["files_viewfile"] NOT $_lang[’file_view_file’]
                      $_lang["files_editfile"] NOT $_lang[’file_edit_file’]
                      $_lang["file_delete_file"] IS OK
                      $_lang["file_delete_folder"] IS OK

                      Done in 1611
                        Ryan Thrash, MODX Co-Founder
                        Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me

                      This discussion is closed to further replies. Keep calm and carry on.