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 }}
bashmish
/
feincms
Public
forked from
feincms/feincms
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
module
extensions
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 7, 2011
Linter actually caught a real bug :-)
Martin J. Laubach
committed
df7380e
View commit details
Copy full SHA for df7380e
View code at this point
Browse repository at this point
Remove unused import
Martin J. Laubach
committed
4c3645f
View commit details
Copy full SHA for 4c3645f
View code at this point
Browse repository at this point
Automatically make extensions collapsible
Martin J. Laubach
committed
6568ce0
View commit details
Copy full SHA for 6568ce0
View code at this point
Browse repository at this point
Clean up extension option layout in item editor admin
Martin J. Laubach
committed
77991fc
View commit details
Copy full SHA for 77991fc
View code at this point
Browse repository at this point
Commits on Nov 5, 2011
Remove unused imports
Martin J. Laubach
committed
bd8ae47
View commit details
Copy full SHA for bd8ae47
View code at this point
Browse repository at this point
Commits on Sep 16, 2011
datepublisher might be usable for other base models too
matthiask
committed
a547886
View commit details
Copy full SHA for a547886
View code at this point
Browse repository at this point
Move translations extension into main extensions folder
matthiask
committed
30f8003
View commit details
Copy full SHA for 30f8003
View code at this point
Browse repository at this point
Commits on Aug 31, 2011
ct_tracker: Add comment explaining why KeyError exceptions are ignored there
matthiask
committed
bbdf4e3
View commit details
Copy full SHA for bbdf4e3
View code at this point
Browse repository at this point
Commits on Aug 5, 2011
Make the ct_tracker extension usable with more than one base model
matthiask
committed
1cd153d
View commit details
Copy full SHA for 1cd153d
View code at this point
Browse repository at this point
Kill ct_tracker's translation map when another model class is added to Django's list of models
Show description for 52a22ba
matthiask
committed
52a22ba
View commit details
Copy full SHA for 52a22ba
View code at this point
Browse repository at this point
Commits on May 3, 2011
ct_tracker: Do not crash when _ct_inventory contains invalid or outdated values
matthiask
committed
bcce1a4
View commit details
Copy full SHA for bcce1a4
View code at this point
Browse repository at this point
Commits on Mar 23, 2011
Fix ct_tracker to not expect a tree anymore
matthiask
committed
5037bb2
View commit details
Copy full SHA for 5037bb2
View code at this point
Browse repository at this point
Commits on Mar 21, 2011
Move ct_tracker version into variable and check version on load
matthiask
committed
18cfcbf
View commit details
Copy full SHA for 18cfcbf
View code at this point
Browse repository at this point
Add version information to cached tracker info
Show description for 52394d0
matthiask
committed
52394d0
View commit details
Copy full SHA for 52394d0
View code at this point
Browse repository at this point
Less repetition in TrackerContentProxy
matthiask
committed
bb3fffb
View commit details
Copy full SHA for bb3fffb
View code at this point
Browse repository at this point
Refactor ContenProxy (again) -- lazier loading of content types
Show description for 6a82dd0
matthiask
committed
6a82dd0
View commit details
Copy full SHA for 6a82dd0
View code at this point
Browse repository at this point
Commits on Mar 4, 2011
Improve automatically generated extensions API documentation
matthiask
committed
ea7e4d4
View commit details
Copy full SHA for ea7e4d4
View code at this point
Browse repository at this point
Commits on Mar 1, 2011
Micro-tune ct_tracker by using single UPDATE statements instead of ORM save()s
matthiask
committed
4aca754
View commit details
Copy full SHA for 4aca754
View code at this point
Browse repository at this point
Commits on Feb 28, 2011
Fix ct_tracker extension -- that code was NOT ready at all
matthiask
committed
226c8ab
View commit details
Copy full SHA for 226c8ab
View code at this point
Browse repository at this point
Oops. Move ct_tracker into extension directory
matthiask
committed
598583e
View commit details
Copy full SHA for 598583e
View code at this point
Browse repository at this point
Commits on Feb 24, 2011
Avoid defaultdict and email.utils for py 2.4 compatibility. #156
Martin J. Laubach
committed
5126ba8
View commit details
Copy full SHA for 5126ba8
View code at this point
Browse repository at this point
Commits on Feb 18, 2011
Remove unnecessary code.
Martin J. Laubach
committed
2358a68
View commit details
Copy full SHA for 2358a68
View code at this point
Browse repository at this point
Correct handling of last-modified times.
Show description for a360bf4
Martin J. Laubach
committed
a360bf4
View commit details
Copy full SHA for a360bf4
View code at this point
Browse repository at this point
Remove function that never was used and never worked.
Martin J. Laubach
committed
7260f13
View commit details
Copy full SHA for 7260f13
View code at this point
Browse repository at this point
Improve the changedate.last_modified_response_processor.
Show description for dde02ff
Martin J. Laubach
committed
dde02ff
View commit details
Copy full SHA for dde02ff
View code at this point
Browse repository at this point
Commits on Dec 9, 2010
Fine tune interaction between application content and remote caching.
Show description for eed908a
Martin J. Laubach
committed
eed908a
View commit details
Copy full SHA for eed908a
View code at this point
Browse repository at this point
Commits on Dec 3, 2010
Django DateTimeField's timezone handling sucks (ie. it completely ignores the issue), so do something medium-sane to convert the modification_date field to UTC for inclusion in http header.
Martin J. Laubach
committed
9fe3076
View commit details
Copy full SHA for 9fe3076
View code at this point
Browse repository at this point
Follow django and use utctimetuple() to generate last modification date.
Martin J. Laubach
committed
15d8669
View commit details
Copy full SHA for 15d8669
View code at this point
Browse repository at this point
Override last_modified method in page when installing changedate extension.
Martin J. Laubach
committed
50c1727
View commit details
Copy full SHA for 50c1727
View code at this point
Browse repository at this point
Add response processor for adding Last-Modified headers with changedate extension.
Martin J. Laubach
committed
73730fc
View commit details
Copy full SHA for 73730fc
View code at this point
Browse repository at this point
Commits on Sep 14, 2010
Use fieldsets for page extension admin fields
matthiask
committed
a8166b3
View commit details
Copy full SHA for a8166b3
View code at this point
Browse repository at this point
Commits on May 17, 2010
added featured extension
skyl
committed
c136ef6
View commit details
Copy full SHA for c136ef6
View code at this point
Browse repository at this point
Commits on May 2, 2010
Make the changedate extension less dependent on the "Page" model.
mjl
committed
b39fde6
View commit details
Copy full SHA for b39fde6
View code at this point
Browse repository at this point
Commits on Feb 11, 2010
Fixed fieldset insert
stephrdev
committed
17c14c2
View commit details
Copy full SHA for 17c14c2
View code at this point
Browse repository at this point
Commits on Nov 16, 2009
Fixed seo extension reliability
Show description for fd4484c
acdha
committed
fd4484c
View commit details
Copy full SHA for fd4484c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.