Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
amasses
/
browsercms
Public
forked from
browsermedia/browsercms
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 21, 2012
Merge branch 'master' of https://github.com/browsermedia/browsercms into upstream
amasses
committed
38db996
Copy full SHA for 38db996
Commits on Dec 29, 2011
[#460] Improve CLI help
Show description for c0b85c0
peakpg
committed
c0b85c0
Copy full SHA for c0b85c0
Fixed bug where default template is generated twice
peakpg
committed
12cc89f
Copy full SHA for 12cc89f
Commits on Dec 28, 2011
[Engines] Modules should be generated as Engines
Show description for 9ffbfb4
peakpg
committed
9ffbfb4
Copy full SHA for 9ffbfb4
Commits on Dec 9, 2011
[3.4 Upgrade Script] Writing migrations for v3.4
Show description for 44cf63c
peakpg
committed
44cf63c
Copy full SHA for 44cf63c
Commits on Nov 30, 2011
Differ `bundle install` from happening until after browsercms has been added.
peakpg
committed
20c19cb
Copy full SHA for 20c19cb
[Ruby 1.9.3] Upgrade to work w/ Ruby 1.9.3
Show description for 6a55252
peakpg
committed
6a55252
Copy full SHA for 6a55252
Commits on Nov 4, 2011
Updated seeds to specify number of elements in the password rand array - when deploying in production (i.e. db setup) it tries to call #rand on Array, which doesn't exist.
amasses
committed
d304bdd
Copy full SHA for d304bdd
Updated type of exception for rescue (specify loaderror)
amasses
committed
23f5433
Copy full SHA for 23f5433
Added begin/rescue block around tasks requiring deps like yard and cucumber to prevent issues from being raised in production
amasses
committed
6edbff6
Copy full SHA for 6edbff6
Commits on Oct 13, 2011
Updating todo list.
peakpg
committed
c0a9961
Copy full SHA for c0a9961
More public directory cleanup
peakpg
committed
17dc53c
Copy full SHA for 17dc53c
Since FCKeditor is no longer the default, remove the custom config.js from the project.
peakpg
committed
49698c9
Copy full SHA for 49698c9
Remove unnecessary static files from the gem, since rails will generate these as needed for projects.
peakpg
committed
81a4949
Copy full SHA for 81a4949
Remove selenium tests since they were way out of date and better handled via cucumber instead.
peakpg
committed
de5c56b
Copy full SHA for de5c56b
Removed bespin editor features
Show description for 8c29949
peakpg
committed
8c29949
Copy full SHA for 8c29949
Match Rails 3.1 default config options. XSendfile and serve_static_assets can remain disabled.
peakpg
committed
b7cb947
Copy full SHA for b7cb947
Merge 3.3.x into master.
peakpg
committed
4d5e633
Copy full SHA for 4d5e633
[#446] 301 Redirects
Show description for da8114c
peakpg
committed
da8114c
Copy full SHA for da8114c
[#416] Add browsercms to Gemfiles via :git
Show description for e075fa8
peakpg
committed
e075fa8
Copy full SHA for e075fa8
Updated gemspec to automatically find files using git
peakpg
committed
08cf4a3
Copy full SHA for 08cf4a3
[#448] Make BrowserCMS a Mountable Engine
Show description for 6098699
peakpg
committed
6098699
Copy full SHA for 6098699
Commits on Sep 26, 2011
Removed unnecessary call to serve static assets (asset pipeline handles that)
peakpg
committed
83a237b
Copy full SHA for 83a237b
[#3] Make use of the Asset Pipeline
Show description for a49a53e
peakpg
committed
a49a53e
Copy full SHA for a49a53e
Commits on Sep 22, 2011
Cucumber features work correctly now.
peakpg
committed
e35e342
Copy full SHA for e35e342
Removing obsolete instructions for releasing.
peakpg
committed
2986092
Copy full SHA for 2986092
Write release notes for 3.3.2
peakpg
committed
840ef41
Copy full SHA for 840ef41
Commits on Sep 20, 2011
[#436] Puts SITE_DOMAIN at the top of the config/environments files.
peakpg
committed
aed8fbc
Copy full SHA for aed8fbc
Commits on Sep 16, 2011
Update tests to reflect changes to ActiveRecord#count method behavior.
peakpg
committed
943f4a1
Copy full SHA for 943f4a1
Update versions of gems.
peakpg
committed
11b276f
Copy full SHA for 11b276f
Prep for 3.3.2 release
peakpg
committed
ab1adf1
Copy full SHA for ab1adf1
[#425] Seed data now works in production to randomly generate password (from Juan).
peakpg
committed
88d657b
Copy full SHA for 88d657b
Merge fixes for cache directory
alce
authored and
peakpg
committed
621fc6b
Copy full SHA for 621fc6b
Updating TODO for 3.1
peakpg
committed
e60ea97
Copy full SHA for e60ea97
Merge pull request #439 from alce/link_or_page
Show description for 26bcd6c
peakpg
committed
26bcd6c
Copy full SHA for 26bcd6c
Pagination
Previous
Next
You can’t perform that action at this time.