• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Move custom calendar widget javascript implementation out of the core.js and into a separate file

In core/maintained packages, this widget is used only by template::widget::textdate (which in turn is used nowhere). For this widget, we can include the relevant code on-demand.

Direct usages found in unsupported packages have been adapted by adding the extra requirement on the fly.

It is unclear if we should keep maintaining a calendar widget in our codebase, however, as the current one still works (kudos to the original author), we do not deprecate it for the time being.

It is also true that a custom widget provides a way to customize the look and feel of date fields, which is otherwise completely delegated to the browser.

Various packages, including the core, provide custom css styling for the current widget.

  1. … 17 more files in changeset.
fix boolean expressions in .adp code

  1. … 1 more file in changeset.
added calendar widgets

  1. … 3 more files in changeset.
Move to the invoices lib function

fixed offer portlet

    • -1
    • +1
    ./www/invoices-offers-project-portlet.tcl
changed to use new data-link table

    • -1
    • +1
    ./catalog/invoices-portlet.en_US.ISO-8859-1.xml
  1. … 21 more files in changeset.
adding recipient var to the extend list of the multirow

Currency should be in the db_multirow, not set as default! Furthermore the offers-portlet could not really work as the organization_id was not retrieved correctly

various upgrades. Hope they work

    • -209
    • +0
    ./sql/postgresql/upgrade/upgrade-0.1d1-0.1d2.sql
    • -0
    • +209
    ./sql/postgresql/upgrade/upgrade-0.4d1-0.4d2.sql
Merging changes

file invoices-portlet.de_DE.ISO-8859-1.xml was initially added on branch oacs-5-2.

    • -0
    • +0
    ./catalog/invoices-portlet.de_DE.ISO-8859-1.xml
adding recipient element to the list

  1. … 6 more files in changeset.
making changes to support new portlet

    • -1
    • +2
    ./catalog/invoices-portlet.en_US.ISO-8859-1.xml
    • -0
    • +213
    ./sql/postgresql/invoices-offers-project-portlet-create.sql
    • -0
    • +209
    ./sql/postgresql/upgrade/upgrade-0.1d1-0.1d2.sql
    • -0
    • +124
    ./tcl/invoices-offers-project-portlet-procs.tcl
    • -0
    • +6
    ./www/invoices-offers-project-portlet.adp
    • -0
    • +7
    ./www/invoices-offers-project-portlet.tcl
  1. … 2 more files in changeset.
making changes in template list create to show the checkbox for bulk actions

Fixed broken link

making changes to use the same instace of invoices on all portlets

increment version number, making changes in messages

    • -2
    • +2
    ./catalog/invoices-portlet.en_US.ISO-8859-1.xml
making changes to use it's own lib files, removing the order by to all lists

    • -0
    • +119
    ./lib/invoice-list.tcl
    • -0
    • +46
    ./lib/invoice-list.xql
    • -0
    • +133
    ./lib/offer-list.tcl
    • -0
    • +44
    ./lib/offer-list.xql
    • -0
    • +1
    ./lib/projects-billable.adp
    • -0
    • +119
    ./lib/projects-billable.tcl
    • -0
    • +57
    ./lib/projects-billable.xql
making the changes to really get the i18n on the portlet names

    • -1
    • +1
    ./tcl/invoices-admin-portlet-procs.tcl
    • -1
    • +1
    ./tcl/invoices-offers-portlet-procs.tcl
  1. … 7 more files in changeset.
i18n to title

Initial revision

    • -0
    • +28
    ./invoices-portlet.info
    • -0
    • +11
    ./catalog/invoices-portlet.en_US.ISO-8859-1.xml
    • -0
    • +222
    ./sql/postgresql/invoices-admin-portlet-create.sql
    • -0
    • +222
    ./sql/postgresql/invoices-list-create.sql
    • -0
    • +221
    ./sql/postgresql/invoices-list-portlet-create.sql
    • -0
    • +229
    ./sql/postgresql/invoices-offers-portlet-create.sql
    • -0
    • +224
    ./sql/postgresql/invoices-portlet-create.sql
    • -0
    • +229
    ./sql/postgresql/upgrade/upgrade-0.1d-0.2d.sql
    • -0
    • +222
    ./sql/postgresql/upgrade/upgrade-0.2d-0.3d.sql
    • -0
    • +128
    ./tcl/invoices-admin-portlet-procs.tcl
    • -0
    • +128
    ./tcl/invoices-list-portlet-procs.tcl
    • -0
    • +128
    ./tcl/invoices-offers-portlet-procs.tcl
    • -0
    • +128
    ./tcl/invoices-portlet-procs.tcl
    • -0
    • +2
    ./www/invoices-admin-portlet.adp
    • -0
    • +15
    ./www/invoices-admin-portlet.tcl
  1. … 8 more files in changeset.