plonetheme.imioapps


Nameplonetheme.imioapps JSON
Version 2.47 PyPI version JSON
download
home_pagehttps://github.com/IMIO/plonetheme.imioapps/
SummaryPlone theme for most Imio applications
upload_time2024-04-10 07:10:01
maintainerNone
docs_urlNone
authorIMIO team
requires_pythonNone
licensegpl
keywords plone imio
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ====================
ploneteme.imioapps
====================

Site theme shared between imio's applications.

Fixed header :
--------------

From version 2.1, the header is fixed (always visible), to remove this, add this to a ploneCustom.css :

.. code:: css

  div#portal-header {
     position: relative;
  }

  #portal-top div#emptyviewlet {
      padding-top: 0em;
  }


Dashboard table stikcy header :
-------------------------------

From version 2.22, the tablea header is stikcy (will be sticked to the page header when scrolling down),
to remove this, add this to a ploneCustom.css :

.. code:: css

  table.faceted-table-results th {

    position: inherit;

  }


Changelog
=========


2.47 (2024-04-10)
-----------------

- URB-3007. Make caduc and abandoned workflow state grey in urban
  [jchandelle]
- Add justice contact icon
  [ndemonte]
- Added style for `concatenate-annexes` batch action button icon.
  [gbastien]
- Avoid `'NoneType' object has no attribute 'get'` in `ImioSearch.filter_query`
  if `query` is `None`.
  [gbastien]

2.46 (2024-03-01)
-----------------

- Added .apButtonAction_download background image.
  [sgeulette]

2.45 (2024-01-02)
-----------------

- Fixed change introduced in release `2.44` with tag `h1` in overlays that
  was impacting other overlays.
  Moreover removed border bottom of `History` title in history overlay.
  [gbastien]

2.44 (2023-11-27)
-----------------

- Now that element's title (pretty link) is displayed in `@@historyview`,
  display `h1` in overlay the same size it is display out of an overlay.
  [gbastien]

2.43 (2023-08-24)
-----------------

- Fix document generation actions on dashboard for urban [URB-2863]
  [mpeeters]
- Fix faceted autocomplete widget width in urban [URB-2866]
  [jchandelle]
- Removed styling rule for `.tooltipster-base img` as image `height/width`
  is now forced to `16px` in `collective.iconifiedcategory`.
  [gbastien]

2.42 (2023-07-07)
-----------------

- `get_state_infos` was moved from `imio.helpers.content` to
  `imio.helpers.workflow`, adapted import accordingly.
  [gbastien]

2.41 (2023-06-27)
-----------------

- Style table header the same way for HTML tables and DX/AT datagrid fields.
  [gbastien]

2.40 (2023-06-15)
-----------------

- Add a red color to the denied status of divisions
  [fngaha]

2.39 (2023-03-29)
-----------------

- Fixed css to align multi select2 widget to the left.
  [sgeulette]

2.38 (2023-02-13)
-----------------

- Added `.no-style-table tr.hide-bottom-border` that will remove
  the bottom border when displaying fields in a table.
  [gbastien]
- Avoid large image breaking the advice tooltipster.
  [gbastien]
- Style results displayed in `referencebrowserwidget`.
  [gbastien]
- Adapted override of `collective.messagesviewet` viewlet manager as base class
  and definition were changed since integration of global/local messages.
  [gbastien]
- Make `ftw.labels` configuration label edit overlay larger.
  [gbastien]

2.37 (2022-08-26)
-----------------

- CSS for `generationlinks` from `collective.documentgenerator` now that templates
  are grouped by title, the title is no more clickable so make the icon larger,
  make the icons look like buttons.
  [gbastien]
- On hover of `prettylink` in `#portal-column-one`, apply same styles as in `#content`.
  [gbastien]
- Removed rule `vertical-align: bottom;` for `#content input`.
  [gbastien]
- Fixed contenttype icon `max-width` to 16px, necessary when the img is a svg.
  [gbastien]

2.36 (2022-06-17)
-----------------

- Do not force an height for img or it hides broken images.
  [gbastien]

2.35 (2022-05-17)
-----------------

- Completed CSS for `livesearch`, make it looks correctly in Chrome too.
  [gbastien]

2.34 (2022-05-16)
-----------------

- Fixed the default Plone `@@search`:

  - Hide the wildcard search madness, do not display a `*`, every searches are
    done wildcard like it is the case in dashboards;
  - Only display link to `Advanced search` in the livesearch response,
    hide the `Show all results`.

  [gbastien]

2.33 (2022-04-26)
-----------------

- Added some margin at right of a tooltipster so it is never sticked to the screen edge.
  [gbastien]
- Make sure very long words are splitted, this is necessary for Firefox where
  a very long word (or a sentence made of words separated by `-` withtout `blank`)
  was not splitted, making a long horizontal scroll appear.
  [gbastien]

2.32 (2022-03-22)
-----------------

- Fix, add margin under a `tooltipster` only if it is not displayed `top`
  or there is space between tooltipster and origin.
  [gbastien]

2.31 (2022-03-22)
-----------------

- Added some margin under a tooltipster so it is never sticked to the screen edge.
  [gbastien]

2.30 (2022-03-07)
-----------------

- If current URL contains `preprod`, highlight `portal-header` (turn it red).
  [jjaumotte]
- Reduce size of `h1 title`, in view mode as well as in edit mode (input).
  [gbastien]

2.29 (2021-11-08)
-----------------

- Make abbr/acronym tag display better (space between text and dotted border).
  [gbastien]

2.28 (2021-10-13)
-----------------

- Set size of svg content icon in `folder_factories`.
  [gbastien]

2.27 (2021-08-27)
-----------------

- Added some space between input of an AT multiselection widget.
  [gbastien]
- Added borders on fieldset tabs to distinguish them clearlier.
  [sgeulette]
- Removed icons used to manage "More/Less filters" on the faceted search,
  replace it with an "Advanced search" link and a "Search" icon.
  We rely on collective.fontawesome for the "Search" icon.
  [gbastien]
- Removed styles about `enableFormTabbing` displayed on view, this interacts
  when editing an element in an overlay (because parent frame is a view)
  and does not seem used anywhere?
  [gbastien]

2.26 (2021-07-16)
-----------------

- imioapps : avoid empty blank space at bottom of tooltipster by using
  `height:auto` on tooltispter container.
  [gbastien]

2.25 (2021-07-16)
-----------------

- imioapps : harmonize input border color with `select2` input (a bit darker).
  [gbastien]
- plonemeetingskin : remove defined height for `viewlet-below-content-title`.
  [gbastien]
- imioapps : added delete icon on delete batch action button and
  download icon on download annexes batch action button.
  [gbastien]
- Limit `select_row` column with as much as possible.
  [gbastien]
- imioapps : increased a bit padding bottom between fields on edit forms.
  [gbastien]

2.24 (2021-04-21)
-----------------

- Fixed problems with too high `tooltipster` overflowing the screen,
  fixed a `max-height` so we have a vertical scroll when necessary.
  [gbastien]
- Changed ia.docs footer viewlets
  [sgeulette]

2.23 (2021-03-12)
-----------------

- Display `cursor: pointer;` when hovering a button or a checkbox.
  [gbastien]
- Resized svg documentgenerator icons
  [sgeulette]
- Avoid tooltipster of more than 80% width.
  [gbastien]
- Move urban css and icons to plonetheme.imioapps.
  [sdelcourt]

2.22 (2021-01-06)
-----------------

- imioapps : use `width:auto` for overlay popups and set `max-height: 800px`
  to avoid vertical scroll as much as possible.
  [gbastien]
- imioapps : fix `referencebrowserwidget` batching hover and search button size.
  [gbastien]
- imioapps : make the `hover` on pretty links work again.
  [gbastien]
- imioapps : specifically do not add bottom border on `<tr>` of `<table>` using
  `no-style-table` when class `no-border` is applied on `<tr>` tag.
  [gbastien]
- imioapps : in styles defined to avoid using Firefox default (see version 2.19),
  set a lighter border for input/textarea/...
  [gbastien]
- imioapps : make sure the ajax spinner is displayed hover overlays.
  [gbastien]
- imioapps : make the checkboxes displayed in dashboard `CheckBoxColumn`
  column easier to click.
  [gbastien]
- imioapps : add a specific CSS class on body using JS function when brower is
  using `Chrome/Chromium/Safari` (`using-chrome`) or
  when it is using `Firefox` (`using-firefox`).
  [gbastien]
- imioapps : make the faceted result table header sticky.
  [gbastien]

2.21 (2020-10-07)
-----------------

- imioapps : skin data displayed in `PrettyLinkWithAdditionalInfosColumn` column,
  add some margin between data.
  [gbastien]

2.20 (2020-09-07)
-----------------

- plonemeetingskin : increase base line-height as font-size was increased.
  [gbastien]

2.19 (2020-09-01)
-----------------

- Fix input text/passowrd and textarea background-color so default styles
  applied by Firefox are overrided (Firefox 80+).
  [gbastien]

2.18 (2020-08-18)
-----------------

- imioapps : style the `PloneGroupUsersGroupsColumn` column.
  [gbastien]
- plonemeetingskin : make sure very large images are not
  exceeding the screen.
  [gbastien]
- plonemeetingskin : removed useless styles about `actionMenuAX`
  that was replaced by `tooltipster`.
  [gbastien]
- imioapps : make sure input submit/button use `cursor:pointer`, moreover
  fix Firefox disappearance of `outline` when an `input submit` is clicked,
  replace it with a `box-shadow` as we use `border-radius`.
  [gbastien]
- imioapps : remove multiple definition for `#content legend padding`.
  [gbastien]

2.17 (2020-06-24)
-----------------

- plonemeetingskin : moved rules with logic to hide something
  back to plonemeting.css
  [gbastien]
- Make sure tooltipster tooltip arrow is displayed correctly
  (stay sticked to the tooltipster) when zooming in the internet browser.
  [gbastien]

2.16 (2020-04-02)
-----------------

- Added configurable help icon on the site header
  [sdelcourt]
- More precise CSS selector to hide CKEditor's spellchecking ad.
  [gbastien]

2.15 (2020-03-12)
-----------------

- Avoid too much padding top and left in CKeditor edit zone.
  [gbastien]
- Added a new CSS rule to hide CKEditor's spellchecking ad [aduchene]

2.14 (2020-02-06)
-----------------

- plonemeetingskin : added icon for 'wait advices' WF action panel button.
  [gbastien]

2.13 (2020-01-10)
-----------------

- As state color is defined on `<span>` with `imio.prettylink`,
  define `linkColor` on hover.
  [gbastien]

2.12 (2019-10-14)
-----------------

- Use common CSS for workflowstate viewlet.
  [gbastien]

2.11 (2019-09-12)
-----------------

- Added style for apButtonSelect class of actionspanel.
  [sgeulette]
- Added CSS for datagridfield rendered in a dashboard additional infos column.
  [gbastien]
- Added workflowstate viewlet
  [sgeulette]
- Added css for apButtonAction_edit.
  [sgeulette]

2.10 (2019-06-28)
-----------------

- Set `collective.behavior.talcondition` input field `width` to `99%`.
  [gbastien]

2.9 (2019-06-08)
----------------

- Set `padding-top: 0.5em;` instead `padding-top: 1em;` for
  `td.table_widget_value` so it is the same value as for
  `td.table_widget_label` and label/value are correctly aligned in views
  using it (our default dexterity view).
  [gbastien]

2.8 (2019-05-16)
----------------

- Added spinner_small.gif image and use it in the async_actions_panel div.
  [gbastien]
- Purge and redefine bundles used by resources registries
  (portal_css/portal_javascripts).
  [gbastien]
- Make sure a:visited links in portlets have same color as a:link.
  [gbastien]
- As header's height is `position:fixed`, compute the `#emptyviewlet`'s height
  dynamically using JS.  Viewlet's height is computed by calling the JS method
  directly in `empty.pt` so we do not see viewlet size changing.
  [gbastien]
- If current URL contains `imio-test`, highlight `portal-header` (turn it red).
  [gbastien]
- Override the `plone_context_state` view to redefine `canonical_object_url`
  to strip the `URL` containing `portal_factory` as this URL is used to call
  asynchronous JS functions.
  [gbastien]

2.7 (2019-01-28)
----------------

- pst css.
  [sgeulette]

2.6 (2019-01-25)
----------------

- imioapps : fixed fieldset legend height to 18px.
  [gbastien]
- plonemeetingskin : added icon for 'reorder items' action panel button.
  [gbastien]

2.5 (2018-12-18)
----------------

- imioapps : limit margin-bottom under fieldset.
  [gbastien]
- plonemeetingskin : remove margin under table displaying item infos
  on the item view.
  [gbastien]

2.4 (2018-12-04)
----------------

- plonemeetingskin : do not define border for .enableFormTabbing on
  faceted navigation.
  [gbastien]

2.3 (2018-11-29)
----------------

- Make sure dotted bottom border is displayed when using class 'link-tooltip'
  and element is used in a table.listing because base.css removes border-bottom
  using a !important...
  [gbastien]

2.2 (2018-11-20)
----------------

- Do not use `"` in dtml `fontFamily` property from `imioapps_properties.props`
  or it can not be used in `dtml`, used `'` instead.
  [gbastien]
- Skin `Add contact` link at bottom of `collective.contact.core` organization
  view so it is isolated from linked contacts and displayed correctly when
  using an actions panel viewlet at the bottom of the page.
  [gbastien]
- Set relative position on header in manage-viewlets view
  [sgeulette]
- Skin `collective.contact.core` `tooltip` to manage fixed width and correct
  display when `tooltip` content is too long.
  [gbastien]
- Skin z3c.form datagridfield to indentify row content.
  [gbastien]
- Added css to style as list li tag in overlay link integrity delete confirmation
  [sgeulette]
- Increase height of dropdown list of querystring dropdown widget
  (Collection query field widget).
  [gbastien]
- Be more precise about label for which bold is removed, only apply to
  multiselection lists of DX and AT.
  [gbastien]
- Adapted to not use position:absolute for fieldset legend.
  [gbastien]

2.1 (2018-07-23)
----------------

- Fix header so it is always visible.
  [gbastien]
- Depends on `collective.messagesviewlet` as we override the viewlet to move it
  from `IPortalHeader` to `IPortalTop` viewletmanager.
  [gbastien]
- Updated spinner.gif image to fit with skin default colors.
  [gbastien]
- Removed left-padding for #portal-globalnav.
  [gbastien]

2.0.17 (2018-04-20)
-------------------

- Limit padding for tooltipstered content.
  [gbastien]

2.0.16 (2018-02-23)
-------------------

- Adapted to new styles of tooltipster 4.2.6.
  [gbastien]

2.0.15 (2018-01-30)
-------------------

- Skin column-two the same way as column-one.  This makes portlets displayed
  on the left or on the right look similar.
  [gbastien]
- Hide borders of tables using class `no-style-table`.
  [gbastien]

2.0.14 (2017-12-07)
-------------------

- Only display the `scan` tab on annexes to roles `Manager/MeetingManager`.
  [gbastien]

2.0.13 (2017-11-28)
-------------------

- Set `vertical-align: bottom` for `input` instead `vertical-align: text-top`
  for `label` to align `input` and `label` correctly.
  [gbastien]

2.0.12 (2017-11-24)
-------------------

- Added favicon.
  [sgeulette]
- Skin `input#form-buttons-cancel` the same way `input.standalone` and skin
  `collective.eeafaceted.batchactions` buttons the same way `imio.actionspanel`
  buttons.
  [gbastien]

2.0.11 (2017-10-05)
-------------------

- Display navigation portlet same way as other portlets.
  [gbastien]
- Display the infos in the CKeditor SCAYT WebSpellChecker popup correctly.
  [gbastien]

2.0.10 (2017-08-30)
-------------------

- Removed styling for class `form.apFormButton` as it was removed from
  imio.actionspanel 1.29+, the add content select now uses the standard
  `apButton` CSS class like other buttons.
  [gbastien]
- Skin portletFooter to align it right.
  [gbastien]

2.0.9 (2017-08-28)
------------------

- Added icon for the store_every_items_decision_as_annex action
  in the plonemeetingskin.
  [gbastien]
- Fixed fieldset/legend top padding.

2.0.8 (2017-06-09)
------------------

- Make <abbr> and <acronym> dotted underline work for every browsers.
  [gbastien]
- Removed useless code about MeetingFile in plonemeetingskin.
  [gbastien]
- Display <th> of table the same way as it is rendered by appy.pod, namely text
  black and grey background.
  [gbastien]

2.0.7 (2017-03-22)
------------------

- Use a brighter blue color for links.
  [gbastien]

2.0.6 (2017-03-14)
------------------

- Highlight the 'lost password?' link in the login_form.
- Style actionspanel select button
- Adapted styles so font-size and line-height are the same while using CKeditor
- Added file imioapps_ckeditor_moonolisa.css.dtml that is enabled when the
  Moono-Lisa skin is selected in CKEditor properties.  This makes it work
  correctly in Chrome and greyed a bit more the selected buttons
- Reduce fieldset padding in form fieldset tabbing

2.0.5 (2017-01-25)
------------------

- Do not use 'float: left;' to move the <legend> tag, it is not working
  anymore with recent versions of Chrome.  Instead use 'position: absolute;'.
  This works in both FF and Chrome and simplify overal CSS.
- Display AT and DX field title bold but selectable contents as normal.
  This is the case for radio buttons, multiple checkboxes, ...

2.0.4 (2016-12-05)
------------------

- Added margin-left for listingBar 'next elements' button or it sticks
  to previous one. This appears until Plone 4.3.8.
- Update pstskin profile (reduce logo, change css)


2.0.3 (2016-06-17)
------------------

- Removed styling for tags <acronym> and <abbr>.
- Optimized icon position on buttons.
- Small fixes for Chrome.


2.0.2 (2016-05-17)
------------------

- Display header correctly for anonymous when portal_tabs are displayed.
- Removed padding-left added by Firefox to input.
- Skin portlet News.


2.0.1 (2016-05-13)
------------------

- Use navBackgroundColor for listingBar hover and select color.
- Make sure broken images are shown in FF.
- Display default faceted widgets (not advanced) the same height.


2.0 (2016-04-19)
----------------

- New layout.


1.2.7 (2016-01-21)
------------------

- Removed 'meetingadvice' icon relevant CSS as it uses a real icon now.
- Define 'height' for search button so it is displayed correctly in Chrome.
- Added left/right padding to collective.messagesviewlet message.
- Limit padding in z3ctable header cells.


1.2.6 (2015-12-03)
------------------

- imioapps : use a bigger spinner.gif and grey page when faceted is locked

1.2.5 (2015-07-14)
------------------

- Several adaptations regarding imio.dashboard integration

1.2.4 (2015-03-18)
------------------
- plonemeetingskin : do not display a contenttype-x icon for type 'MeetingFile' and 'MeetingItem'
- imioapps : skin also listingBar displayed in referencebrowserwidget

1.2.3 (2014-09-23)
------------------
- Added back skins.zcml that register File System Directory Views
- Added profile to go to version 1.2.3 that removes old _templates File System Directory Views

1.2.2 (2014-09-23)
------------------
- Fixes.

1.2.1 (2014-09-23)
------------------
- Fixes.

1.2 (2014-09-22)
----------------
- Fixes.

1.1 (2014-03-07)
----------------
- Adapted styles

1.0 (2014-02-12)
----------------
- First release, added 4 skins : dmsmailskin, imioapps, plonemeetingskin, pstskin
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/IMIO/plonetheme.imioapps/",
    "name": "plonetheme.imioapps",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Plone IMIO",
    "author": "IMIO team",
    "author_email": "devs@imio.be",
    "download_url": "https://files.pythonhosted.org/packages/fe/04/07db3d52b39cf294b827faab0e9193ecbbb7e352a2e80015bed64cb0d6fd/plonetheme.imioapps-2.47.tar.gz",
    "platform": null,
    "description": "====================\nploneteme.imioapps\n====================\n\nSite theme shared between imio's applications.\n\nFixed header :\n--------------\n\nFrom version 2.1, the header is fixed (always visible), to remove this, add this to a ploneCustom.css :\n\n.. code:: css\n\n  div#portal-header {\n     position: relative;\n  }\n\n  #portal-top div#emptyviewlet {\n      padding-top: 0em;\n  }\n\n\nDashboard table stikcy header :\n-------------------------------\n\nFrom version 2.22, the tablea header is stikcy (will be sticked to the page header when scrolling down),\nto remove this, add this to a ploneCustom.css :\n\n.. code:: css\n\n  table.faceted-table-results th {\n\n    position: inherit;\n\n  }\n\n\nChangelog\n=========\n\n\n2.47 (2024-04-10)\n-----------------\n\n- URB-3007. Make caduc and abandoned workflow state grey in urban\n  [jchandelle]\n- Add justice contact icon\n  [ndemonte]\n- Added style for `concatenate-annexes` batch action button icon.\n  [gbastien]\n- Avoid `'NoneType' object has no attribute 'get'` in `ImioSearch.filter_query`\n  if `query` is `None`.\n  [gbastien]\n\n2.46 (2024-03-01)\n-----------------\n\n- Added .apButtonAction_download background image.\n  [sgeulette]\n\n2.45 (2024-01-02)\n-----------------\n\n- Fixed change introduced in release `2.44` with tag `h1` in overlays that\n  was impacting other overlays.\n  Moreover removed border bottom of `History` title in history overlay.\n  [gbastien]\n\n2.44 (2023-11-27)\n-----------------\n\n- Now that element's title (pretty link) is displayed in `@@historyview`,\n  display `h1` in overlay the same size it is display out of an overlay.\n  [gbastien]\n\n2.43 (2023-08-24)\n-----------------\n\n- Fix document generation actions on dashboard for urban [URB-2863]\n  [mpeeters]\n- Fix faceted autocomplete widget width in urban [URB-2866]\n  [jchandelle]\n- Removed styling rule for `.tooltipster-base img` as image `height/width`\n  is now forced to `16px` in `collective.iconifiedcategory`.\n  [gbastien]\n\n2.42 (2023-07-07)\n-----------------\n\n- `get_state_infos` was moved from `imio.helpers.content` to\n  `imio.helpers.workflow`, adapted import accordingly.\n  [gbastien]\n\n2.41 (2023-06-27)\n-----------------\n\n- Style table header the same way for HTML tables and DX/AT datagrid fields.\n  [gbastien]\n\n2.40 (2023-06-15)\n-----------------\n\n- Add a red color to the denied status of divisions\n  [fngaha]\n\n2.39 (2023-03-29)\n-----------------\n\n- Fixed css to align multi select2 widget to the left.\n  [sgeulette]\n\n2.38 (2023-02-13)\n-----------------\n\n- Added `.no-style-table tr.hide-bottom-border` that will remove\n  the bottom border when displaying fields in a table.\n  [gbastien]\n- Avoid large image breaking the advice tooltipster.\n  [gbastien]\n- Style results displayed in `referencebrowserwidget`.\n  [gbastien]\n- Adapted override of `collective.messagesviewet` viewlet manager as base class\n  and definition were changed since integration of global/local messages.\n  [gbastien]\n- Make `ftw.labels` configuration label edit overlay larger.\n  [gbastien]\n\n2.37 (2022-08-26)\n-----------------\n\n- CSS for `generationlinks` from `collective.documentgenerator` now that templates\n  are grouped by title, the title is no more clickable so make the icon larger,\n  make the icons look like buttons.\n  [gbastien]\n- On hover of `prettylink` in `#portal-column-one`, apply same styles as in `#content`.\n  [gbastien]\n- Removed rule `vertical-align: bottom;` for `#content input`.\n  [gbastien]\n- Fixed contenttype icon `max-width` to 16px, necessary when the img is a svg.\n  [gbastien]\n\n2.36 (2022-06-17)\n-----------------\n\n- Do not force an height for img or it hides broken images.\n  [gbastien]\n\n2.35 (2022-05-17)\n-----------------\n\n- Completed CSS for `livesearch`, make it looks correctly in Chrome too.\n  [gbastien]\n\n2.34 (2022-05-16)\n-----------------\n\n- Fixed the default Plone `@@search`:\n\n  - Hide the wildcard search madness, do not display a `*`, every searches are\n    done wildcard like it is the case in dashboards;\n  - Only display link to `Advanced search` in the livesearch response,\n    hide the `Show all results`.\n\n  [gbastien]\n\n2.33 (2022-04-26)\n-----------------\n\n- Added some margin at right of a tooltipster so it is never sticked to the screen edge.\n  [gbastien]\n- Make sure very long words are splitted, this is necessary for Firefox where\n  a very long word (or a sentence made of words separated by `-` withtout `blank`)\n  was not splitted, making a long horizontal scroll appear.\n  [gbastien]\n\n2.32 (2022-03-22)\n-----------------\n\n- Fix, add margin under a `tooltipster` only if it is not displayed `top`\n  or there is space between tooltipster and origin.\n  [gbastien]\n\n2.31 (2022-03-22)\n-----------------\n\n- Added some margin under a tooltipster so it is never sticked to the screen edge.\n  [gbastien]\n\n2.30 (2022-03-07)\n-----------------\n\n- If current URL contains `preprod`, highlight `portal-header` (turn it red).\n  [jjaumotte]\n- Reduce size of `h1 title`, in view mode as well as in edit mode (input).\n  [gbastien]\n\n2.29 (2021-11-08)\n-----------------\n\n- Make abbr/acronym tag display better (space between text and dotted border).\n  [gbastien]\n\n2.28 (2021-10-13)\n-----------------\n\n- Set size of svg content icon in `folder_factories`.\n  [gbastien]\n\n2.27 (2021-08-27)\n-----------------\n\n- Added some space between input of an AT multiselection widget.\n  [gbastien]\n- Added borders on fieldset tabs to distinguish them clearlier.\n  [sgeulette]\n- Removed icons used to manage \"More/Less filters\" on the faceted search,\n  replace it with an \"Advanced search\" link and a \"Search\" icon.\n  We rely on collective.fontawesome for the \"Search\" icon.\n  [gbastien]\n- Removed styles about `enableFormTabbing` displayed on view, this interacts\n  when editing an element in an overlay (because parent frame is a view)\n  and does not seem used anywhere?\n  [gbastien]\n\n2.26 (2021-07-16)\n-----------------\n\n- imioapps : avoid empty blank space at bottom of tooltipster by using\n  `height:auto` on tooltispter container.\n  [gbastien]\n\n2.25 (2021-07-16)\n-----------------\n\n- imioapps : harmonize input border color with `select2` input (a bit darker).\n  [gbastien]\n- plonemeetingskin : remove defined height for `viewlet-below-content-title`.\n  [gbastien]\n- imioapps : added delete icon on delete batch action button and\n  download icon on download annexes batch action button.\n  [gbastien]\n- Limit `select_row` column with as much as possible.\n  [gbastien]\n- imioapps : increased a bit padding bottom between fields on edit forms.\n  [gbastien]\n\n2.24 (2021-04-21)\n-----------------\n\n- Fixed problems with too high `tooltipster` overflowing the screen,\n  fixed a `max-height` so we have a vertical scroll when necessary.\n  [gbastien]\n- Changed ia.docs footer viewlets\n  [sgeulette]\n\n2.23 (2021-03-12)\n-----------------\n\n- Display `cursor: pointer;` when hovering a button or a checkbox.\n  [gbastien]\n- Resized svg documentgenerator icons\n  [sgeulette]\n- Avoid tooltipster of more than 80% width.\n  [gbastien]\n- Move urban css and icons to plonetheme.imioapps.\n  [sdelcourt]\n\n2.22 (2021-01-06)\n-----------------\n\n- imioapps : use `width:auto` for overlay popups and set `max-height: 800px`\n  to avoid vertical scroll as much as possible.\n  [gbastien]\n- imioapps : fix `referencebrowserwidget` batching hover and search button size.\n  [gbastien]\n- imioapps : make the `hover` on pretty links work again.\n  [gbastien]\n- imioapps : specifically do not add bottom border on `<tr>` of `<table>` using\n  `no-style-table` when class `no-border` is applied on `<tr>` tag.\n  [gbastien]\n- imioapps : in styles defined to avoid using Firefox default (see version 2.19),\n  set a lighter border for input/textarea/...\n  [gbastien]\n- imioapps : make sure the ajax spinner is displayed hover overlays.\n  [gbastien]\n- imioapps : make the checkboxes displayed in dashboard `CheckBoxColumn`\n  column easier to click.\n  [gbastien]\n- imioapps : add a specific CSS class on body using JS function when brower is\n  using `Chrome/Chromium/Safari` (`using-chrome`) or\n  when it is using `Firefox` (`using-firefox`).\n  [gbastien]\n- imioapps : make the faceted result table header sticky.\n  [gbastien]\n\n2.21 (2020-10-07)\n-----------------\n\n- imioapps : skin data displayed in `PrettyLinkWithAdditionalInfosColumn` column,\n  add some margin between data.\n  [gbastien]\n\n2.20 (2020-09-07)\n-----------------\n\n- plonemeetingskin : increase base line-height as font-size was increased.\n  [gbastien]\n\n2.19 (2020-09-01)\n-----------------\n\n- Fix input text/passowrd and textarea background-color so default styles\n  applied by Firefox are overrided (Firefox 80+).\n  [gbastien]\n\n2.18 (2020-08-18)\n-----------------\n\n- imioapps : style the `PloneGroupUsersGroupsColumn` column.\n  [gbastien]\n- plonemeetingskin : make sure very large images are not\n  exceeding the screen.\n  [gbastien]\n- plonemeetingskin : removed useless styles about `actionMenuAX`\n  that was replaced by `tooltipster`.\n  [gbastien]\n- imioapps : make sure input submit/button use `cursor:pointer`, moreover\n  fix Firefox disappearance of `outline` when an `input submit` is clicked,\n  replace it with a `box-shadow` as we use `border-radius`.\n  [gbastien]\n- imioapps : remove multiple definition for `#content legend padding`.\n  [gbastien]\n\n2.17 (2020-06-24)\n-----------------\n\n- plonemeetingskin : moved rules with logic to hide something\n  back to plonemeting.css\n  [gbastien]\n- Make sure tooltipster tooltip arrow is displayed correctly\n  (stay sticked to the tooltipster) when zooming in the internet browser.\n  [gbastien]\n\n2.16 (2020-04-02)\n-----------------\n\n- Added configurable help icon on the site header\n  [sdelcourt]\n- More precise CSS selector to hide CKEditor's spellchecking ad.\n  [gbastien]\n\n2.15 (2020-03-12)\n-----------------\n\n- Avoid too much padding top and left in CKeditor edit zone.\n  [gbastien]\n- Added a new CSS rule to hide CKEditor's spellchecking ad [aduchene]\n\n2.14 (2020-02-06)\n-----------------\n\n- plonemeetingskin : added icon for 'wait advices' WF action panel button.\n  [gbastien]\n\n2.13 (2020-01-10)\n-----------------\n\n- As state color is defined on `<span>` with `imio.prettylink`,\n  define `linkColor` on hover.\n  [gbastien]\n\n2.12 (2019-10-14)\n-----------------\n\n- Use common CSS for workflowstate viewlet.\n  [gbastien]\n\n2.11 (2019-09-12)\n-----------------\n\n- Added style for apButtonSelect class of actionspanel.\n  [sgeulette]\n- Added CSS for datagridfield rendered in a dashboard additional infos column.\n  [gbastien]\n- Added workflowstate viewlet\n  [sgeulette]\n- Added css for apButtonAction_edit.\n  [sgeulette]\n\n2.10 (2019-06-28)\n-----------------\n\n- Set `collective.behavior.talcondition` input field `width` to `99%`.\n  [gbastien]\n\n2.9 (2019-06-08)\n----------------\n\n- Set `padding-top: 0.5em;` instead `padding-top: 1em;` for\n  `td.table_widget_value` so it is the same value as for\n  `td.table_widget_label` and label/value are correctly aligned in views\n  using it (our default dexterity view).\n  [gbastien]\n\n2.8 (2019-05-16)\n----------------\n\n- Added spinner_small.gif image and use it in the async_actions_panel div.\n  [gbastien]\n- Purge and redefine bundles used by resources registries\n  (portal_css/portal_javascripts).\n  [gbastien]\n- Make sure a:visited links in portlets have same color as a:link.\n  [gbastien]\n- As header's height is `position:fixed`, compute the `#emptyviewlet`'s height\n  dynamically using JS.  Viewlet's height is computed by calling the JS method\n  directly in `empty.pt` so we do not see viewlet size changing.\n  [gbastien]\n- If current URL contains `imio-test`, highlight `portal-header` (turn it red).\n  [gbastien]\n- Override the `plone_context_state` view to redefine `canonical_object_url`\n  to strip the `URL` containing `portal_factory` as this URL is used to call\n  asynchronous JS functions.\n  [gbastien]\n\n2.7 (2019-01-28)\n----------------\n\n- pst css.\n  [sgeulette]\n\n2.6 (2019-01-25)\n----------------\n\n- imioapps : fixed fieldset legend height to 18px.\n  [gbastien]\n- plonemeetingskin : added icon for 'reorder items' action panel button.\n  [gbastien]\n\n2.5 (2018-12-18)\n----------------\n\n- imioapps : limit margin-bottom under fieldset.\n  [gbastien]\n- plonemeetingskin : remove margin under table displaying item infos\n  on the item view.\n  [gbastien]\n\n2.4 (2018-12-04)\n----------------\n\n- plonemeetingskin : do not define border for .enableFormTabbing on\n  faceted navigation.\n  [gbastien]\n\n2.3 (2018-11-29)\n----------------\n\n- Make sure dotted bottom border is displayed when using class 'link-tooltip'\n  and element is used in a table.listing because base.css removes border-bottom\n  using a !important...\n  [gbastien]\n\n2.2 (2018-11-20)\n----------------\n\n- Do not use `\"` in dtml `fontFamily` property from `imioapps_properties.props`\n  or it can not be used in `dtml`, used `'` instead.\n  [gbastien]\n- Skin `Add contact` link at bottom of `collective.contact.core` organization\n  view so it is isolated from linked contacts and displayed correctly when\n  using an actions panel viewlet at the bottom of the page.\n  [gbastien]\n- Set relative position on header in manage-viewlets view\n  [sgeulette]\n- Skin `collective.contact.core` `tooltip` to manage fixed width and correct\n  display when `tooltip` content is too long.\n  [gbastien]\n- Skin z3c.form datagridfield to indentify row content.\n  [gbastien]\n- Added css to style as list li tag in overlay link integrity delete confirmation\n  [sgeulette]\n- Increase height of dropdown list of querystring dropdown widget\n  (Collection query field widget).\n  [gbastien]\n- Be more precise about label for which bold is removed, only apply to\n  multiselection lists of DX and AT.\n  [gbastien]\n- Adapted to not use position:absolute for fieldset legend.\n  [gbastien]\n\n2.1 (2018-07-23)\n----------------\n\n- Fix header so it is always visible.\n  [gbastien]\n- Depends on `collective.messagesviewlet` as we override the viewlet to move it\n  from `IPortalHeader` to `IPortalTop` viewletmanager.\n  [gbastien]\n- Updated spinner.gif image to fit with skin default colors.\n  [gbastien]\n- Removed left-padding for #portal-globalnav.\n  [gbastien]\n\n2.0.17 (2018-04-20)\n-------------------\n\n- Limit padding for tooltipstered content.\n  [gbastien]\n\n2.0.16 (2018-02-23)\n-------------------\n\n- Adapted to new styles of tooltipster 4.2.6.\n  [gbastien]\n\n2.0.15 (2018-01-30)\n-------------------\n\n- Skin column-two the same way as column-one.  This makes portlets displayed\n  on the left or on the right look similar.\n  [gbastien]\n- Hide borders of tables using class `no-style-table`.\n  [gbastien]\n\n2.0.14 (2017-12-07)\n-------------------\n\n- Only display the `scan` tab on annexes to roles `Manager/MeetingManager`.\n  [gbastien]\n\n2.0.13 (2017-11-28)\n-------------------\n\n- Set `vertical-align: bottom` for `input` instead `vertical-align: text-top`\n  for `label` to align `input` and `label` correctly.\n  [gbastien]\n\n2.0.12 (2017-11-24)\n-------------------\n\n- Added favicon.\n  [sgeulette]\n- Skin `input#form-buttons-cancel` the same way `input.standalone` and skin\n  `collective.eeafaceted.batchactions` buttons the same way `imio.actionspanel`\n  buttons.\n  [gbastien]\n\n2.0.11 (2017-10-05)\n-------------------\n\n- Display navigation portlet same way as other portlets.\n  [gbastien]\n- Display the infos in the CKeditor SCAYT WebSpellChecker popup correctly.\n  [gbastien]\n\n2.0.10 (2017-08-30)\n-------------------\n\n- Removed styling for class `form.apFormButton` as it was removed from\n  imio.actionspanel 1.29+, the add content select now uses the standard\n  `apButton` CSS class like other buttons.\n  [gbastien]\n- Skin portletFooter to align it right.\n  [gbastien]\n\n2.0.9 (2017-08-28)\n------------------\n\n- Added icon for the store_every_items_decision_as_annex action\n  in the plonemeetingskin.\n  [gbastien]\n- Fixed fieldset/legend top padding.\n\n2.0.8 (2017-06-09)\n------------------\n\n- Make <abbr> and <acronym> dotted underline work for every browsers.\n  [gbastien]\n- Removed useless code about MeetingFile in plonemeetingskin.\n  [gbastien]\n- Display <th> of table the same way as it is rendered by appy.pod, namely text\n  black and grey background.\n  [gbastien]\n\n2.0.7 (2017-03-22)\n------------------\n\n- Use a brighter blue color for links.\n  [gbastien]\n\n2.0.6 (2017-03-14)\n------------------\n\n- Highlight the 'lost password?' link in the login_form.\n- Style actionspanel select button\n- Adapted styles so font-size and line-height are the same while using CKeditor\n- Added file imioapps_ckeditor_moonolisa.css.dtml that is enabled when the\n  Moono-Lisa skin is selected in CKEditor properties.  This makes it work\n  correctly in Chrome and greyed a bit more the selected buttons\n- Reduce fieldset padding in form fieldset tabbing\n\n2.0.5 (2017-01-25)\n------------------\n\n- Do not use 'float: left;' to move the <legend> tag, it is not working\n  anymore with recent versions of Chrome.  Instead use 'position: absolute;'.\n  This works in both FF and Chrome and simplify overal CSS.\n- Display AT and DX field title bold but selectable contents as normal.\n  This is the case for radio buttons, multiple checkboxes, ...\n\n2.0.4 (2016-12-05)\n------------------\n\n- Added margin-left for listingBar 'next elements' button or it sticks\n  to previous one. This appears until Plone 4.3.8.\n- Update pstskin profile (reduce logo, change css)\n\n\n2.0.3 (2016-06-17)\n------------------\n\n- Removed styling for tags <acronym> and <abbr>.\n- Optimized icon position on buttons.\n- Small fixes for Chrome.\n\n\n2.0.2 (2016-05-17)\n------------------\n\n- Display header correctly for anonymous when portal_tabs are displayed.\n- Removed padding-left added by Firefox to input.\n- Skin portlet News.\n\n\n2.0.1 (2016-05-13)\n------------------\n\n- Use navBackgroundColor for listingBar hover and select color.\n- Make sure broken images are shown in FF.\n- Display default faceted widgets (not advanced) the same height.\n\n\n2.0 (2016-04-19)\n----------------\n\n- New layout.\n\n\n1.2.7 (2016-01-21)\n------------------\n\n- Removed 'meetingadvice' icon relevant CSS as it uses a real icon now.\n- Define 'height' for search button so it is displayed correctly in Chrome.\n- Added left/right padding to collective.messagesviewlet message.\n- Limit padding in z3ctable header cells.\n\n\n1.2.6 (2015-12-03)\n------------------\n\n- imioapps : use a bigger spinner.gif and grey page when faceted is locked\n\n1.2.5 (2015-07-14)\n------------------\n\n- Several adaptations regarding imio.dashboard integration\n\n1.2.4 (2015-03-18)\n------------------\n- plonemeetingskin : do not display a contenttype-x icon for type 'MeetingFile' and 'MeetingItem'\n- imioapps : skin also listingBar displayed in referencebrowserwidget\n\n1.2.3 (2014-09-23)\n------------------\n- Added back skins.zcml that register File System Directory Views\n- Added profile to go to version 1.2.3 that removes old _templates File System Directory Views\n\n1.2.2 (2014-09-23)\n------------------\n- Fixes.\n\n1.2.1 (2014-09-23)\n------------------\n- Fixes.\n\n1.2 (2014-09-22)\n----------------\n- Fixes.\n\n1.1 (2014-03-07)\n----------------\n- Adapted styles\n\n1.0 (2014-02-12)\n----------------\n- First release, added 4 skins : dmsmailskin, imioapps, plonemeetingskin, pstskin",
    "bugtrack_url": null,
    "license": "gpl",
    "summary": "Plone theme for most Imio applications",
    "version": "2.47",
    "project_urls": {
        "Homepage": "https://github.com/IMIO/plonetheme.imioapps/"
    },
    "split_keywords": [
        "plone",
        "imio"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe0407db3d52b39cf294b827faab0e9193ecbbb7e352a2e80015bed64cb0d6fd",
                "md5": "ce18d2a29bbd623116d60832cc9978dd",
                "sha256": "5014e460e474c9e6b87431d0f7588f36b22723cae4a36301545ea492f78993d6"
            },
            "downloads": -1,
            "filename": "plonetheme.imioapps-2.47.tar.gz",
            "has_sig": false,
            "md5_digest": "ce18d2a29bbd623116d60832cc9978dd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 182735,
            "upload_time": "2024-04-10T07:10:01",
            "upload_time_iso_8601": "2024-04-10T07:10:01.300009Z",
            "url": "https://files.pythonhosted.org/packages/fe/04/07db3d52b39cf294b827faab0e9193ecbbb7e352a2e80015bed64cb0d6fd/plonetheme.imioapps-2.47.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-10 07:10:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "IMIO",
    "github_project": "plonetheme.imioapps",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "plonetheme.imioapps"
}
        
Elapsed time: 0.23453s