Nigel Banks
7f8e9ff0a3
Moving backwards though the form now brings the user to the expected step.
...
There was a mistake where a step was reverting its global changes before it was
actually selected as the previous step. Innocuous enough but it had strange
side effects on the global storage, since the step list would be rebuild with
this information, steps could insert themselves as previous steps even if they
weren't used by the user.
12 years ago
Jonathan Green
143ad5ccdf
Merge pull request #331 from jonathangreen/7.x-rename-tests
...
Renamed test case function
12 years ago
jonathangreen
a825b0dedd
Renamed test case function
12 years ago
Jonathan Green
7d69c837e1
Merge pull request #330 from jonathangreen/7.x-rename-tests
...
Added some test functions.
12 years ago
jonathangreen
aac7a738f9
Fix some coding standards.
12 years ago
jonathangreen
12b705db8b
Added some test functions.
12 years ago
Jonathan Green
1e935ce30a
Merge pull request #329 from jonathangreen/7.x-travis-sleep
...
Give fedora more time to startup
12 years ago
jonathangreen
b561b0238b
Give fedora more time to startup
12 years ago
Nigel Banks
a139015a38
Merge pull request #328 from jordandukart/7.x
...
Minor bug fix.
12 years ago
Jordan Dukart
d6f3647421
Minor bug fix.
12 years ago
Jordan Dukart
0cad8c6695
Merge pull request #327 from nigelgbanks/7.x-fix-nigels-forgetfulness
...
Fix Error
12 years ago
Nigel Banks
fc6f6b0f1d
Ensure shared variable 'models' is always available in the ingest form.
12 years ago
Adam
e701b28619
Merge pull request #325 from nigelgbanks/7.x-ingest-without-xml-forms
...
7.x ingest without xml forms
12 years ago
Nigel Banks
c5e6dfcd7a
Changed Parameter Type Hinting to only use the top level Abstract class
12 years ago
Nigel Banks
da9c62003e
Coding standards compliance?
12 years ago
Nigel Banks
8b0b320338
Configuration options now accept multiple objects.
...
Configuration no longer requires validation.
Added Convience method for determining if the ingest forms can be rendered.
12 years ago
Nigel Banks
5fac157cfc
Appease the Travis God! The one true build master!
...
May my code be clean, and follow the law's of "standard".
May it support internationalization for Travis includes all!
May it not contain copy pasta for it is soggy.
Travis be praised!
12 years ago
Nigel Banks
3bb2646b5e
Added a convience function for generated depreciated function messages.
...
The message will only be displayed to the user if Drupal is configured to show these
warnings, regardless of the setting though it will be logged to the watchdog.
12 years ago
Nigel Banks
80017aeacc
Merge pull request #322 from nigelgbanks/7.x-README
...
Added link to customizing ingest steps.
12 years ago
Nigel Banks
79c878a6a6
Added link to customizing ingest steps.
12 years ago
William Panting
a42190e353
Merge pull request #320 from adam-vessey/7.x
...
Fix breadcrumb bug due to alternate menu titles.
12 years ago
ajstanley
1a701d369a
Merge pull request #307 from ajstanley/7.x
...
7.x
12 years ago
Alan Stanley
f9e4064715
coder standards
12 years ago
Alan Stanley
1761d0c2ad
resolved conflicts
12 years ago
Alan Stanley
9496b0e5fd
formatting
12 years ago
Adam Vessey
4512238721
Fix bug due to alternate menu titles.
12 years ago
Alan Stanley
553810a133
changed operator
12 years ago
Alan Stanley
84aa0c58f4
changed operator
12 years ago
Jordan Dukart
c4f34f4176
Merge pull request #319 from nigelgbanks/7.x-fix-nigels-cockup
...
Prevent inifite loop when a callbacks is the last step to be executed.
12 years ago
Alan Stanley
b58fd31f9c
formatting, made query more efficient
12 years ago
Alan Stanley
3da2fdcb9f
added default, changed sorting
12 years ago
Nigel Banks
07c4c35e9a
Missing Argument
12 years ago
Nigel Banks
69fb08dd73
Coding standards.
12 years ago
Nigel Banks
0791f5d5f4
Undo previous form when callbacks steps exist between it and the current step.
...
Added two functions for navigating by 'form' steps rather than steps.
12 years ago
Nigel Banks
2d0bba2611
Prevent inifite loop when a callbacks is the last step to be executed.
...
Fix's an error in my logic. Now instead of having a null step ID mean
that it is the first step. The step ID gets initialized when the
form is first build and NULL is changed to mean that all steps
have been executed.
Also added some comments.
12 years ago
Adam
2ab120651a
Merge pull request #318 from jonathangreen/travis
...
Some codesniffer modifications.
12 years ago
Jordan Dukart
e1108027ec
Merge pull request #317 from jordandukart/7.x
...
Ingest steps rework to implement a new type (ONTIME-319)
12 years ago
jonathangreen
a3c38b8d4a
Code review changes
12 years ago
Jordan Dukart
24fc87f4a2
Merge branch '7.x' of github.com:jordandukart/islandora into 7.x
12 years ago
Jordan Dukart
44b8b384c9
Notice and comment fix.
12 years ago
Jordan Dukart
f4b86beaaf
Merge pull request #1 from nigelgbanks/7.x-code-review
...
Code Review - Refactor and fixes.
12 years ago
Nigel Banks
49c489a83c
Code Review - Refactor and fixes.
12 years ago
jonathangreen
852968fe4b
Some codesniffer modifications.
12 years ago
Jonathan Green
5caa3bc4e0
Merge pull request #316 from adam-vessey/7.x
...
Code standards in comments and translatability.
12 years ago
Jordan Dukart
2d32249ab8
Missing newline, crufty func.
12 years ago
Jordan Dukart
d11075a1e6
API documentation update, minor revisions to ingest form.
12 years ago
Alan Stanley
69ce869b81
removed unused variable
12 years ago
Jordan Dukart
a462a4448c
Ingest functionality of the ingest form is now a callback.
12 years ago
Jordan Dukart
5deab4f3e3
Update to ingest_steps to add the callback type and logic associated with that.
12 years ago
Alan Stanley
8f5cf31604
used constants, removed unused variable
12 years ago