This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-tools.git.


    from 5db6098  Merge pull request #35 from 
matthiasblaesing/pp3-update-edit-date-version-edit
     new 8cb6e31  [NETBEANS-4987] Decouple building plugin catalog from UI 
actions
     new b5bc6a1  [NETBEANS-4987] Show details for errors from catalog 
generation in admin area
     new a558377  [NETBEANS-4987] Store errors from verification and make the 
available to plugin owner
     new 819c3de  [NETBEANS-4987] Rebuild catalogs also if the corresponding 
disc file is missing
     new 566c5ff  Merge pull request #36 from 
matthiasblaesing/pp3_stabilize_catalog_building

The 158 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pp3/config/pp3.sql                                 |   3 +
 .../config/cron-rebuild-catalog-crond.dist         |   2 +
 .../Application/config/module.config.php.dist      |  16 ++-
 .../src/Application/Controller/AdminController.php |  82 ++++++++---
 .../src/Application/Controller/CliController.php   | 151 +++++++++++++++++++++
 .../Application/Controller/PluginController.php    |  19 +--
 .../Controller/PluginVersionController.php         |  24 ++--
 .../Controller/VerificationController.php          |  16 +--
 .../src/Application/Entity/Base/NbVersion.php      |  22 +++
 .../src/Application/Entity/Base/PluginVersion.php  |  16 ++-
 .../src/Application/Entity/NbVersion.php           |   7 +
 ...trollerFactory.php => CliControllerFactory.php} |  37 ++---
 .../Factory/VerificationControllerFactory.php      |   8 +-
 .../Application/src/Application/Pp/Catalog.php     |  93 +++++++++----
 .../Application/Repository/NbVersionRepository.php |  11 ++
 .../Repository/PluginVersionRepository.php         |  16 ++-
 .../view/application/admin/_plugin-listrow.phtml   |  14 +-
 .../_pluginVersion-error-report.phtml}             |  28 ++--
 .../plugin-version/_pluginVersion-form.phtml       |   4 +-
 .../view/application/plugin-version/edit.phtml     |   8 ++
 .../view/application/plugin/_plugin-listrow.phtml  |  16 ++-
 pp3/module/Application/view/layout/flash.phtml     |   4 +-
 ...ate-catalog-2_8.dtd => autoupdate-info-2_4.dtd} |  48 ++-----
 ...ate-catalog-2_8.dtd => autoupdate-info-2_5.dtd} |  33 +----
 ...ate-catalog-2_8.dtd => autoupdate-info-2_7.dtd} |  32 +----
 25 files changed, 478 insertions(+), 232 deletions(-)
 create mode 100644 
pp3/module/Application/config/cron-rebuild-catalog-crond.dist
 create mode 100644 
pp3/module/Application/src/Application/Controller/CliController.php
 copy 
pp3/module/Application/src/Application/Factory/{PluginControllerFactory.php => 
CliControllerFactory.php} (64%)
 mode change 100755 => 100644
 copy pp3/module/Application/view/application/{plugin/list.phtml => 
plugin-version/_pluginVersion-error-report.phtml} (63%)
 copy pp3/public/dtd/{autoupdate-catalog-2_8.dtd => autoupdate-info-2_4.dtd} 
(61%)
 copy pp3/public/dtd/{autoupdate-catalog-2_8.dtd => autoupdate-info-2_5.dtd} 
(74%)
 copy pp3/public/dtd/{autoupdate-catalog-2_8.dtd => autoupdate-info-2_7.dtd} 
(76%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to