Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
chewable
/
feincms
Public
forked from
feincms/feincms
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
feincms
feincms
admin
editor.py
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 9, 2009
Bring the test suite and the code in sync again
matthiask
committed
837c80c
View commit details
Copy full SHA for 837c80c
View code at this point
Browse repository at this point
Replace the TreeEditor with the new TreelistEditor
Show description for 82c0596
matthiask
committed
82c0596
View commit details
Copy full SHA for 82c0596
View code at this point
Browse repository at this point
Start moving page admin change list customizations into TreelistEditor
matthiask
committed
ca32ab1
View commit details
Copy full SHA for ca32ab1
View code at this point
Browse repository at this point
Commits on Jul 25, 2009
Add the beginnings of a new admin editor, the SplitPaneEditor
Show description for 3a8e05f
matthiask
committed
3a8e05f
View commit details
Copy full SHA for 3a8e05f
View code at this point
Browse repository at this point
Commits on Jul 16, 2009
Move code concerning only the tree editor into the tree editor file
Show description for 8a342d0
matthiask
committed
8a342d0
View commit details
Copy full SHA for 8a342d0
View code at this point
Browse repository at this point
Commits on Jul 15, 2009
Split up feincms/admin/editor.py
matthiask
committed
a8aad63
View commit details
Copy full SHA for a8aad63
View code at this point
Browse repository at this point
Move DJANGO10_COMPAT into settings module
matthiask
committed
ded44c4
View commit details
Copy full SHA for ded44c4
View code at this point
Browse repository at this point
Make AJAX boolean-toggle functionality self-contained in TreeEditor
Show description for 90f80bb
matthiask
committed
90f80bb
View commit details
Copy full SHA for 90f80bb
View code at this point
Browse repository at this point
The action_checkbox column is already removed if it existed at this point
matthiask
committed
58859bf
View commit details
Copy full SHA for 58859bf
View code at this point
Browse repository at this point
More tests
matthiask
committed
30a9253
View commit details
Copy full SHA for 30a9253
View code at this point
Browse repository at this point
Commits on Jul 13, 2009
Add more tests
matthiask
committed
b323788
View commit details
Copy full SHA for b323788
View code at this point
Browse repository at this point
Use tree manager method to find root nodes
matthiask
committed
b357a0d
View commit details
Copy full SHA for b357a0d
View code at this point
Browse repository at this point
Commits on Jul 12, 2009
Unify twice used _boolean_icon.
mjl
committed
b8a8b49
View commit details
Copy full SHA for b8a8b49
View code at this point
Browse repository at this point
Commits on Jul 11, 2009
Refactor tree editor implementation
Show description for 47c5341
matthiask
committed
47c5341
View commit details
Copy full SHA for 47c5341
View code at this point
Browse repository at this point
Commits on Jul 8, 2009
Catch exception in delete ajax req and display it.
mjl
committed
61ad31b
View commit details
Copy full SHA for 61ad31b
View code at this point
Browse repository at this point
Move FEINCMS_ADMIN_MEDIA, FEINCMS_ADMIN_MEDIA_HOTLINKING to settings.py
mjl
committed
7eb954d
View commit details
Copy full SHA for 7eb954d
View code at this point
Browse repository at this point
Commits on Jul 6, 2009
Regenerate caches when clobbering the mptt structure
matthiask
committed
f500a5a
View commit details
Copy full SHA for f500a5a
View code at this point
Browse repository at this point
Move the tree generation code from javascript into python
matthiask
committed
faeadab
View commit details
Copy full SHA for faeadab
View code at this point
Browse repository at this point
Commits on Jul 3, 2009
Fix another Django 1.0 compatibility bug
matthiask
committed
19c7834
View commit details
Copy full SHA for 19c7834
View code at this point
Browse repository at this point
Add a note explaining the _formfield_callback Django 1.0 compatibility method
matthiask
committed
6a42a2c
View commit details
Copy full SHA for 6a42a2c
View code at this point
Browse repository at this point
Add more comments to the ItemEditor code
matthiask
committed
b2d95ed
View commit details
Copy full SHA for b2d95ed
View code at this point
Browse repository at this point
Try to make FeinCMS and the example project compatible with Django 1.0
matthiask
committed
fb5a5c4
View commit details
Copy full SHA for fb5a5c4
View code at this point
Browse repository at this point
We can be a bit more helpful when it comes to actions and the TreeEditor
matthiask
committed
0a79564
View commit details
Copy full SHA for 0a79564
View code at this point
Browse repository at this point
Rename EditorMixins to simply Editor and make them subclasses of ModelAdmin
Show description for e4d7b68
matthiask
committed
e4d7b68
View commit details
Copy full SHA for e4d7b68
View code at this point
Browse repository at this point
Throw an exception if actions are used together with the TreeEditorMixin
Show description for e2818b7
matthiask
committed
e2818b7
View commit details
Copy full SHA for e2818b7
View code at this point
Browse repository at this point
Make translation_of dropdown a bit more helpful
Show description for ab17cfb
matthiask
committed
ab17cfb
View commit details
Copy full SHA for ab17cfb
View code at this point
Browse repository at this point
Reuse ModelAdmin formfield_callback instead of rewriting it badly myself
matthiask
committed
444a602
View commit details
Copy full SHA for 444a602
View code at this point
Browse repository at this point
Use the default Django admin widget for datetime and date fields
matthiask
committed
66d2535
View commit details
Copy full SHA for 66d2535
View code at this point
Browse repository at this point
Commits on Jul 1, 2009
Hotlinked media is not always readily available
Show description for 2b3eff3
matthiask
committed
2b3eff3
View commit details
Copy full SHA for 2b3eff3
View code at this point
Browse repository at this point
Remove debugging statement left in the code
matthiask
committed
8731bb1
View commit details
Copy full SHA for 8731bb1
View code at this point
Browse repository at this point
Commits on Jun 30, 2009
Handle DateField and DateTimeField in item editor
matthiask
committed
98be91b
View commit details
Copy full SHA for 98be91b
View code at this point
Browse repository at this point
Commits on Jun 26, 2009
Add messages when saving items, differing actions for submit buttons
matthiask
committed
fb06780
View commit details
Copy full SHA for fb06780
View code at this point
Browse repository at this point
Do really not edit the parent field
matthiask
committed
47fa5f0
View commit details
Copy full SHA for 47fa5f0
View code at this point
Browse repository at this point
Commits on Jun 23, 2009
Move templates and regions into the code and make them customizable per CMS base model
Show description for 07144b6
matthiask
committed
07144b6
View commit details
Copy full SHA for 07144b6
View code at this point
Browse repository at this point
Commits on Jun 22, 2009
Frontend editing works with custom item editor contexts and includes now
matthiask
committed
a74cc53
View commit details
Copy full SHA for a74cc53
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.