Advertisement:

Author Topic: Publish Them changes between versions  (Read 1305 times)

Dannymh

  • Jr. Member
  • **
  • Posts: 58
Publish Them changes between versions
« on: July 01, 2011, 10:36:31 am »
One thing that has made upgrades difficult is that there are changes to the theme that have to be made within your theme in order for the system to work.

Is it possible with the upgrades to provide an instruction set on what needs to be added or changed in themes as in

"after line: xxxxxxx"
"add: YYYYY"

That way we could either use a basic parser to automatically make those changes or simply do it manually.

Just makes upgrades a little safer IMO

Dan

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: Publish Them changes between versions
« Reply #1 on: July 04, 2011, 12:22:17 pm »
Wow thanks, that's a great idea. We'll do it for the next release!

Dannymh

  • Jr. Member
  • **
  • Posts: 58
Re: Publish Them changes between versions
« Reply #2 on: July 05, 2011, 06:34:16 am »
Cool I know it adds a bit of work, but if you have an instruction set, I can see if I can turn them into an XML document for you and then use them to automatically parse and change in a separate PHP script for the community to use.