emacs-symfony-cli

History Of Ticket cfa728b2c7
Login

Artifacts Associated With Ticket cfa728b2c7

  1. Ticket change [d38020a3d9] (rid 10) by debian on 2025-07-19 22:43:59:

    1. icomment:
      Follow Home page instruction on "how to contribute". Setup Symfony-demo project, install dependencies, make ./bin/console show you the list of commands.
      
      http://wkz-devel.org/emacs-symfony-cli/wiki?name=emacs-symfony-cli
      
      Then write elisp function named "symfony-console" that will print the result of ./bin/console in a new buffer named "*symfony-console*".
      
    2. login: "debian"
    3. mimetype: "text/x-markdown"
    4. severity initialized to: "Important"
    5. status initialized to: "Open"
    6. title initialized to: "./bin/console output in a new buffer"
    7. type initialized to: "Feature_Request"
  2. Ticket change [332e48595b] (rid 11) by w96k on 2025-07-19 22:59:09:

    1. icomment:
      Use new fossil branch. Tutorial on branching:
      https://fossil-scm.org/home/doc/trunk/www/branching.wiki
      
      - `fossil commit --branch my-new-branch-name`
      or
      - `fossil branch new my-new-branch-name trunk`
      - `fossil update my-new-branch-name`
      - `fossil commit -m "new commit"`
      
    2. login: "w96k"
    3. mimetype: "text/x-markdown"
    4. priority changed to: "Immediate"
    5. resolution changed to: "Open"
  3. Ticket change [dff9ef79b8] (rid 16) by w96k on 2025-07-27 10:13:48:

    1. icomment: "Command should be called M-x symfony-console"
    2. login: "w96k"
    3. mimetype: "text/x-markdown"
  4. Ticket change [d5a8e046f3] (rid 17) by w96k on 2025-07-27 10:14:09:

    1. login: "w96k"
    2. mimetype: "text/x-markdown"
    3. title changed to:
      M-x symfony console; ./bin/console output in a new buffer