File "applications/cpack_submit.pl"[download]
in pack: | cpack_repository |
---|---|
Prolog module: | cpack_submit |
size: | 11387 |
Recent changes
13 years ago | Jan Wielemaker | SECURITY: Do some sanity checks on the URL fro ... |
14 years ago | Jan Wielemaker | ADDED: Update from different repository or branch |
14 years ago | Jan Wielemaker | ADDED: branch parameter to /api/cpack/resubmit |
14 years ago | Jan Wielemaker | ADDED: Date of last submission to cpack table |
14 years ago | Jan Wielemaker | ADDED: Rebuild all RDF data from the GIT repos ... |
This file requires
- From packages
- cpack.pl: commit_info/5, current_package/2, package_table/3
- dependency.pl could not find proof of dependency
- repository.pl: cpack_add_repository/3, cpack_clone_server/3, cpack_our_mirror/2, cpack_refresh_metadata/0, cpack_update_package/2
- From ClioPatria
- bundle(html_page) resolved by
- html_page.pl no exports
- components(basics) resolved by
- basics.pl: hidden/4, form_input/4, form_submit/3
- components(label) resolved by
- label.pl could not find proof of dependency
- components(messages) resolved by
- messages.pl: call_showing_messages/2
- library(semweb/rdf_label) resolved by
- rdf_label.pl: rdf_display_label/2
- user(user_db) resolved by
- user_db.pl: user_property/2, check_permission/2, logged_on/1, ensure_logged_on/1, authorized/1
- bundle(html_page) resolved by
- From the Prolog library
- library(apply) resolved by
- apply.pl: maplist/2
- library(git) resolved by
- git.pl: git_open_file/4, git_remote_branches/2
- library(http/html_head) resolved by
- html_head.pl could not find proof of dependency
- library(http/html_write) resolved by
- html_write.pl: reply_html_page/3, html/3
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3, http_link_to_id/3
- library(http/http_parameters) resolved by
- http_parameters.pl: http_parameters/2
- library(http/http_wrapper) resolved by
- http_wrapper.pl could not find proof of dependency
- library(lists) resolved by
- lists.pl: member/2
- library(semweb/rdf_db) resolved by
- rdf_db.pl: rdf_has/3
- library(semweb/rdfs) resolved by
- rdfs.pl could not find proof of dependency
- library(apply) resolved by
Required predicates
- authorized/1 from user(user_db)
- call_showing_messages/2 from components(messages)
- check_permission/2 from user(user_db)
- commit_info/5 from cpack.pl
- cpack_add_repository/3 from repository.pl
- cpack_clone_server/3 from repository.pl
- cpack_our_mirror/2 from repository.pl
- cpack_refresh_metadata/0 from repository.pl
- cpack_update_package/2 from repository.pl
- current_package/2 from cpack.pl
- ensure_logged_on/1 from user(user_db)
- form_input/4 from components(basics)
- form_submit/3 from components(basics)
- git_open_file/4 from library(git)
- git_remote_branches/2 from library(git)
- hidden/4 from components(basics)
- html/3 from library(http/html_write)
- http_handler/3 from library(http/http_dispatch)
- http_link_to_id/3 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)
- logged_on/1 from user(user_db)
- maplist/2 from library(apply)
- member/2 from library(lists)
- option/2 autoloaded
- option/3 autoloaded
- package_table/3 from cpack.pl
- rdf_display_label/2 from library(semweb/rdf_label)
- rdf_has/3 from library(semweb/rdf_db)
- reply_html_page/3 from library(http/html_write)
- setting/2 autoloaded
- user_property/2 from user(user_db)