Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
647faa7
Add Recycle Bin control panel and settings configuration
rohnsha0 Apr 27, 2025
5f7c305
Implement Recycle Bin functionality with management views and settings
rohnsha0 Apr 27, 2025
ad85ec8
Add Recycle Bin action to actions.xml
rohnsha0 Apr 27, 2025
3389289
lint
rohnsha0 Apr 27, 2025
2b6b7e4
Remove obsolete recycle bin event handler code
rohnsha0 Apr 27, 2025
ad77b73
changelog
rohnsha0 Apr 27, 2025
f4de4c0
add tests
rohnsha0 Apr 27, 2025
7a9094c
Fix action index in test cases for adding and changing category in Ac…
rohnsha0 Apr 27, 2025
52c9e1f
Refactor button classes in recycle bin template for consistency
rohnsha0 Apr 28, 2025
9534b79
remove dedundant format_date logic
rohnsha0 Apr 28, 2025
b8cebee
ui cleanup
rohnsha0 Apr 28, 2025
5c65330
Apply suggestions from code review
rohnsha0 Apr 29, 2025
5687b42
implement z3c.form
rohnsha0 Apr 29, 2025
28aab1a
fix(recyclebin): added support for discussions
rohnsha0 Apr 30, 2025
07fc9b4
feat(recyclebin): enhance comment tree handling with meaningful titles
rohnsha0 Apr 30, 2025
838a401
lint
rohnsha0 Apr 30, 2025
4c3ff02
refactor(recyclebin): rename module and update interface references
rohnsha0 Apr 30, 2025
712add7
refactor(recyclebin): simplify initialization and context retrieval i…
rohnsha0 May 1, 2025
01b908e
fix(recyclebin): simplify error handling in content removal by allowi…
rohnsha0 May 1, 2025
1ee283e
fix(recyclebin): add conditions to actions.xml and update icon
rohnsha0 May 1, 2025
e2d6022
refactor(recyclebin): replace PersistentMapping with RecycleBinStorag…
rohnsha0 May 1, 2025
32c7fdb
fix(recyclebin): avoid copying and sorting objects
rohnsha0 May 1, 2025
6e0c571
fix(recyclebin): fix broken link to itemView
rohnsha0 May 1, 2025
b22d1c5
feat(recyclebin): enhance child item handling in recycle bin with res…
rohnsha0 May 1, 2025
1dcc59e
Update Products/CMFPlone/recyclebin.py
rohnsha0 May 1, 2025
df30fef
fix(recyclebin): update retention period handling and remove auto pur…
rohnsha0 May 1, 2025
520d440
fix(recyclebin): set recycling_enabled to False and remove auto purge…
rohnsha0 May 1, 2025
5dc17a7
lint
rohnsha0 May 1, 2025
8437275
fix(recyclebin): improve restore logic to prevent ID collisions and p…
rohnsha0 May 2, 2025
ec0e0f2
fix(tests): replace heavily mocked tests
rohnsha0 May 2, 2025
79490c5
lint
rohnsha0 May 2, 2025
3ecb7ee
feat(recyclebin): add workflow history tracking for deletion and rest…
rohnsha0 May 3, 2025
cd6878d
refactor(recyclebin): cleanup
rohnsha0 May 3, 2025
c35b4ae
refactor(recyclebin): lint
rohnsha0 May 3, 2025
574bb85
feat(recyclebin): add search functionality for recycle bin items
rohnsha0 May 3, 2025
c7fedfe
fix(recyclebin): search results to include matching child items
rohnsha0 May 3, 2025
33f41b3
feat(recyclebin): add sorting and filtering options to the recycle bi…
rohnsha0 May 3, 2025
90ecc08
feat(recyclebin): enhance search and filter functionality with improv…
rohnsha0 May 3, 2025
d08e1b3
feat(recyclebin): enhance UI for recycle bin and item details with im…
rohnsha0 May 3, 2025
0eecabb
refactor(recyclebin): remove shadow from cards, update button styles …
rohnsha0 May 3, 2025
7231110
fix(recyclebin): failing tests
rohnsha0 May 3, 2025
4cb2d2f
Apply suggestions from code review
rohnsha0 May 4, 2025
6e9bf76
feat(recyclebin): add comments tree display and functionality to recy…
rohnsha0 May 4, 2025
66b8017
feat(recyclebin): refactor orphaned comment handling and improve size…
rohnsha0 May 4, 2025
9a5dbd6
feat(recyclebin): disable sidebar
rohnsha0 May 4, 2025
a388437
apply suggestions
rohnsha0 May 4, 2025
7de4733
feat(recyclebin): remove icons and improve spacing in recycle bin tem…
rohnsha0 May 5, 2025
55e2b9a
feat(recyclebin): cleaned up date/size formatting implementations, re…
rohnsha0 May 5, 2025
aa2eddd
feat(recyclebin): refactor recycle bin forms and enhance item restora…
rohnsha0 May 5, 2025
2ed81c8
refactor(recyclebin): moved interfaces to plone.base https://github.c…
rohnsha0 May 6, 2025
0807c8d
feat(recyclebin): enhance internationalization support in recycle bin…
rohnsha0 May 6, 2025
17ad613
feat(recyclebin): refactor forms to utilize z3c.form patterns and imp…
rohnsha0 May 6, 2025
feca1ab
refactor(recyclebin): cleanup
rohnsha0 May 6, 2025
18a3008
apply suggestions
rohnsha0 May 6, 2025
0fa623c
feat(recyclebin): enhance redirect logic for restored items by append…
rohnsha0 May 6, 2025
84d226b
fix(recyclebin): lint
rohnsha0 May 6, 2025
da965d4
feat(recyclebin): add process_children parameter to add_item for opti…
rohnsha0 May 9, 2025
8c8fb47
lint
rohnsha0 May 9, 2025
7079b08
fix(recyclebin): improve error message for missing target location du…
rohnsha0 May 11, 2025
fa502d9
fix(recyclebin): dont break when checking is_enabled-recyclebin while…
rohnsha0 May 30, 2025
be104f9
Remove Acquisition wrapper from object when storing it in the recycle…
davisagli Jun 17, 2025
0d8815c
fix(recyclebin): fix childrens not being purged for folders
rohnsha0 Jun 17, 2025
05f5f7d
Merge branch 'master' into rohnsha0-plip-recyclebin
rohnsha0 Jul 10, 2025
8615a27
[RECYCLE BIN] Fixes broken redirection after restoration and handle v…
rohnsha0 Aug 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions Products/CMFPlone/browser/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -305,4 +305,25 @@
permission="zope2.View"
/>

<browser:page
name="recyclebin-enabled"
for="plone.base.interfaces.INavigationRoot"
class=".recyclebin.RecycleBinEnabled"
permission="zope2.View"
/>

<browser:page
name="recyclebin"
for="plone.base.interfaces.siteroot.IPloneSiteRoot"
class=".recyclebin.RecycleBinView"
permission="cmf.ManagePortal"
/>

<browser:page
name="recyclebin-item"
for="plone.base.interfaces.siteroot.IPloneSiteRoot"
class=".recyclebin.RecycleBinItemView"
permission="cmf.ManagePortal"
/>

</configure>
Loading