From 727e6b40accba02de0d548be62074b901c647ab0 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 3 Oct 2006 04:50:28 +0000 Subject: --- system/language/english/profiler_lang.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 system/language/english/profiler_lang.php (limited to 'system/language/english/profiler_lang.php') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php new file mode 100644 index 000000000..d82fdbdee --- /dev/null +++ b/system/language/english/profiler_lang.php @@ -0,0 +1,10 @@ + \ No newline at end of file -- cgit v1.2.3-24-g4f1b From d087ef8d248878c64162f6556f6bef320c92c73c Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Fri, 18 Jan 2008 21:41:23 +0000 Subject: added GET, URI string, and memory usage to Profiler output --- system/language/english/profiler_lang.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'system/language/english/profiler_lang.php') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index d82fdbdee..b3a0dd3ba 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -2,9 +2,15 @@ $lang['profiler_benchmarks'] = 'BENCHMARKS'; $lang['profiler_queries'] = 'QUERIES'; +$lang['profiler_get_data'] = 'GET DATA'; $lang['profiler_post_data'] = 'POST DATA'; +$lang['profiler_uri_string'] = 'URI STRING'; +$lang['profiler_memory_usage'] = 'MEMORY USAGE'; $lang['profiler_no_db'] = 'Database driver is not currently loaded'; $lang['profiler_no_queries'] = 'No queries were run'; $lang['profiler_no_post'] = 'No POST data exists'; +$lang['profiler_no_get'] = 'No GET data exists'; +$lang['profiler_no_uri'] = 'No URI data exists'; +$lang['profiler_no_memory'] = 'Memory Usage Unavailable'; ?> \ No newline at end of file -- cgit v1.2.3-24-g4f1b From d92d3c4e004674d7a5fdb37c8d27a49a1783509f Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 23 Jan 2008 04:10:23 +0000 Subject: Fixed a series of grammatical and spelling errors in the language files. --- system/language/english/profiler_lang.php | 1 - 1 file changed, 1 deletion(-) (limited to 'system/language/english/profiler_lang.php') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index b3a0dd3ba..219a83856 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -12,5 +12,4 @@ $lang['profiler_no_post'] = 'No POST data exists'; $lang['profiler_no_get'] = 'No GET data exists'; $lang['profiler_no_uri'] = 'No URI data exists'; $lang['profiler_no_memory'] = 'Memory Usage Unavailable'; - ?> \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 5583e1aae64ff7e902136c4ba610d438dc2015d4 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Sun, 11 May 2008 15:48:20 +0000 Subject: removed closing PHP tag from all framework files --- system/language/english/profiler_lang.php | 1 - 1 file changed, 1 deletion(-) (limited to 'system/language/english/profiler_lang.php') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index 219a83856..c8f183511 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -12,4 +12,3 @@ $lang['profiler_no_post'] = 'No POST data exists'; $lang['profiler_no_get'] = 'No GET data exists'; $lang['profiler_no_uri'] = 'No URI data exists'; $lang['profiler_no_memory'] = 'Memory Usage Unavailable'; -?> \ No newline at end of file -- cgit v1.2.3-24-g4f1b From c7deac9f2f9e43cedb18202542e8a46061df046e Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Sun, 11 May 2008 16:27:41 +0000 Subject: Undoing change committed in r1115 --- system/language/english/profiler_lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/language/english/profiler_lang.php') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index c8f183511..219a83856 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -12,3 +12,4 @@ $lang['profiler_no_post'] = 'No POST data exists'; $lang['profiler_no_get'] = 'No GET data exists'; $lang['profiler_no_uri'] = 'No URI data exists'; $lang['profiler_no_memory'] = 'Memory Usage Unavailable'; +?> \ No newline at end of file -- cgit v1.2.3-24-g4f1b From a3ffbbb75ab9403941e4f810703313432b3993cc Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Sun, 11 May 2008 18:18:29 +0000 Subject: Removed closing PHP tags, replaced with a comment block identifying the end of the file --- system/language/english/profiler_lang.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'system/language/english/profiler_lang.php') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index 219a83856..e60304bbc 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -12,4 +12,6 @@ $lang['profiler_no_post'] = 'No POST data exists'; $lang['profiler_no_get'] = 'No GET data exists'; $lang['profiler_no_uri'] = 'No URI data exists'; $lang['profiler_no_memory'] = 'Memory Usage Unavailable'; -?> \ No newline at end of file + +/* End of file profiler_lang.php */ +/* Location: ./system/language/english/profiler_lang.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b From d81eb9513bd983351024f1719455a32c5328bfb0 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Sun, 21 Sep 2008 19:33:43 +0000 Subject: Added line of text for new profiler block --- system/language/english/profiler_lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/language/english/profiler_lang.php') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index e60304bbc..ea6e4144d 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -1,5 +1,6 @@ Date: Fri, 17 Oct 2008 07:56:59 +0000 Subject: added a line of text for the profiler changes --- system/language/english/profiler_lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/language/english/profiler_lang.php') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index ea6e4144d..7c40e3f3e 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -1,5 +1,6 @@ Date: Tue, 11 Nov 2008 23:14:42 +0000 Subject: Propset eol-style to CRLF simplified paragraph tag cleanup regex --- system/language/english/profiler_lang.php | 36 +++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'system/language/english/profiler_lang.php') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index 7c40e3f3e..4db55117c 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -1,19 +1,19 @@ - Date: Thu, 13 Nov 2008 22:59:24 +0000 Subject: Changing EOL style to LF --- system/language/english/profiler_lang.php | 36 +++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'system/language/english/profiler_lang.php') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index 4db55117c..7c40e3f3e 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -1,19 +1,19 @@ - Date: Sat, 16 Jan 2010 19:20:49 +0000 Subject: adding http headers and config to CI profiler --- system/language/english/profiler_lang.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system/language/english/profiler_lang.php') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index 7c40e3f3e..bf2183004 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -8,6 +8,8 @@ $lang['profiler_get_data'] = 'GET DATA'; $lang['profiler_post_data'] = 'POST DATA'; $lang['profiler_uri_string'] = 'URI STRING'; $lang['profiler_memory_usage'] = 'MEMORY USAGE'; +$lang['profiler_config'] = 'CONFIG VARIABLES'; +$lang['profiler_headers'] = 'HTTP HEADERS'; $lang['profiler_no_db'] = 'Database driver is not currently loaded'; $lang['profiler_no_queries'] = 'No queries were run'; $lang['profiler_no_post'] = 'No POST data exists'; -- cgit v1.2.3-24-g4f1b From ee71c80dd20bcfc60169af3eb1f628229ca30d67 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 10 Mar 2010 10:05:05 -0600 Subject: added ability to enable/disable individual sections of the Profiler --- system/language/english/profiler_lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/language/english/profiler_lang.php') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index bf2183004..7876331f9 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -16,6 +16,7 @@ $lang['profiler_no_post'] = 'No POST data exists'; $lang['profiler_no_get'] = 'No GET data exists'; $lang['profiler_no_uri'] = 'No URI data exists'; $lang['profiler_no_memory'] = 'Memory Usage Unavailable'; +$lang['profiler_no_profiles'] = 'No Profile data - all Profiler sections have been disabled.'; /* End of file profiler_lang.php */ /* Location: ./system/language/english/profiler_lang.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b From dd6719738936be31cdaa1758ca86d5eb14dcab3d Mon Sep 17 00:00:00 2001 From: Barry Mieny Date: Mon, 4 Oct 2010 16:33:58 +0200 Subject: Cleanup of stray spaces and tabs --- system/language/english/profiler_lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/language/english/profiler_lang.php') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index 7876331f9..b6460fb83 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -1,6 +1,6 @@ Date: Mon, 18 Apr 2011 11:18:02 -0500 Subject: Added Session Class userdata to the output profiler. Additionally, added a show/hide toggle on HTTP Headers, Session Data and Config Variables. --- system/language/english/profiler_lang.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system/language/english/profiler_lang.php') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index b6460fb83..1111158c8 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -9,6 +9,7 @@ $lang['profiler_post_data'] = 'POST DATA'; $lang['profiler_uri_string'] = 'URI STRING'; $lang['profiler_memory_usage'] = 'MEMORY USAGE'; $lang['profiler_config'] = 'CONFIG VARIABLES'; +$lang['profiler_session_data'] = 'SESSION DATA'; $lang['profiler_headers'] = 'HTTP HEADERS'; $lang['profiler_no_db'] = 'Database driver is not currently loaded'; $lang['profiler_no_queries'] = 'No queries were run'; @@ -17,6 +18,8 @@ $lang['profiler_no_get'] = 'No GET data exists'; $lang['profiler_no_uri'] = 'No URI data exists'; $lang['profiler_no_memory'] = 'Memory Usage Unavailable'; $lang['profiler_no_profiles'] = 'No Profile data - all Profiler sections have been disabled.'; +$lang['profiler_section_hide'] = 'Hide'; +$lang['profiler_section_show'] = 'Show'; /* End of file profiler_lang.php */ /* Location: ./system/language/english/profiler_lang.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b