Jump to content

Renamed GitHub repo from P21 to ProcessWire


ryan
 Share

Recommended Posts

The GitHub repo was just renamed from P21 to ProcessWire. For those that are pulling from this repo, you'll need to update your remote origin. To do that, type this at the command prompt in your PW installation:

git remote set-url origin git://github.com/ryancramerdesign/ProcessWire

…or this (apparently required for older versions of Git):

git remote rm origin
git remote add origin git://github.com/ryancramerdesign/ProcessWire

If you are using a graphical client for Git, then I'm sure it's just a matter of clicking to a 'remote origin' setting and replacing the P21 URL with: git://github.com/ryancramerdesign/ProcessWire

Thanks to Robert Zelník for the instructions on how to do this.

  • Like 2
Link to comment
Share on other sites

I also wanted to add that some other major updates were committed this morning (template field context, page inputfields that can add pages, and some other minor things). In order to add the template field context, I had to make a small schema change to one of the tables. This happens automatically on the first pageview. However, because a change is being made rather than rendering that first pageview, you may see an error. Don't be alarmed. Just hit reload/refresh in your browser and all should be good. Like with all updates, it's a good idea to backup your DB and files before installing or pulling it in.

Link to comment
Share on other sites

Nice stuff Ryan! I updated, but cannot get template field context working? Should they work by just clicking field title from template view?

It was an cache issue. CTRL + R few times did the trick.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...